Skip to content

WASM Tests Unsupported on WebGPU #3677

@cwfitzgerald

Description

@cwfitzgerald

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

No one assigned

    Labels

    area: testsImprovements or issues with our test suitebackend: webgpuIssues with direct interface with WebGPU

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions