-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebGPU: Tests asserting in tests/compute #5172
Comments
It turns out that the asserts are a bit spurious in the sense that they just mean "something went wrong" rather than being checks that the internal logic of slang-test is ok. These failures boil down to these 6 categories:
|
I think 5 and 6 already have known issues. (I should add links to those issues where I disable the tests though.) |
I've split this issue into a few different tasks, after some initial investigation:
|
The following tests are currently asserting for
wgpu
and are therefore disabled for this API.This task is about triaging these issues -- either fix on the spot or file a more detailed task.
The text was updated successfully, but these errors were encountered: