One motivating issue for this bug being done now is that bug 1831263 is running into an issue that starts at [`dom/webgpu/Device.cpp:378`](https://searchfox.org/mozilla-central/source/dom/webgpu/Device.cpp#378) where the `out-of-memory` variant is not being initialized properly; see [this Try push](https://treeherder.mozilla.org/jobs?repo=try&revision=f5ad5bf94e90bb61c5c467c5b35b2313623e4206&selectedTaskRun=OEvUlliXQomhV_MuE_mirg.0) for an example of failures. D'oh!
Bug 1838694 Comment 2 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
One motivating issue for this bug being done now is that bug 1831263 is running into an issue that starts at [`dom/webgpu/Device.cpp:378`](https://searchfox.org/mozilla-central/source/dom/webgpu/Device.cpp#378) where the `out-of-memory` variant is not being initialized properly; see [this Try push](https://treeherder.mozilla.org/jobs?repo=try&revision=f5ad5bf94e90bb61c5c467c5b35b2313623e4206&selectedTaskRun=OEvUlliXQomhV_MuE_mirg.0) for an example of failures. D'oh! EDIT: :jgilbert filed bug 1838703 so we have more compiler assistance with avoiding this in the future.
One motivating issue for this bug being done now is that bug 1831263 is running into an issue that starts at [`dom/webgpu/Device.cpp:378`](https://searchfox.org/mozilla-central/source/dom/webgpu/Device.cpp#378) where the `out-of-memory` variant is not being initialized properly; see [this Try push](https://treeherder.mozilla.org/jobs?repo=try&revision=f5ad5bf94e90bb61c5c467c5b35b2313623e4206&selectedTaskRun=OEvUlliXQomhV_MuE_mirg.0) for an example of failures. D'oh! EDIT: :jgilbert filed bug 1838703 so we have more compiler assistance with avoiding this in the future. EDIT 2: Ah, the motivating issue will be handled there instead of here. 😆 Noice!