-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
area: testsImprovements or issues with our test suiteImprovements or issues with our test suitebackend: webgpuIssues with direct interface with WebGPUIssues with direct interface with WebGPU
Description
Currently our tests rely on the ability to wait for gpu work to be finished. This is accessible through a mistake of an API on WebGL, but synchronous waiting is not supported with webgpu.
In order for our tests to work on WebGPU, we will need to make them, at least in part, asynchronous. Another possible solution is to execute them in a web worker via wasm-thread
which works out of the box.
Metadata
Metadata
Assignees
Labels
area: testsImprovements or issues with our test suiteImprovements or issues with our test suitebackend: webgpuIssues with direct interface with WebGPUIssues with direct interface with WebGPU