Closed
Bug 1953839
Opened 2 months ago
Closed 2 months ago
WASM record reuse causes failure when switching backend
Categories
(Core :: Machine Learning, enhancement)
Core
Machine Learning
Tracking
()
RESOLVED
FIXED
138 Branch
Tracking | Status | |
---|---|---|
firefox138 | --- | fixed |
People
(Reporter: atossou, Assigned: atossou)
References
(Depends on 1 open bug)
Details
(Whiteboard: [genai])
Attachments
(1 file)
Currently, MLEngineParent stores only a single WebAssembly (WASM) record, which is reused for subsequent runs. This causes failures if a different backend is used in the next run, as it will receive a WASM record from a mismatched backend.
This issue needs to be resolved and performance test need to run successfully.
Assignee | ||
Updated•2 months ago
|
Status: NEW → ASSIGNED
Whiteboard: [genai]
Updated•2 months ago
|
Assignee | ||
Comment 1•2 months ago
|
||
Pushed by atossou@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/909696c8604b
WASM record reuse causes failure when switching backend - r=tarek
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox138:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 138 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•