-
Notifications
You must be signed in to change notification settings - Fork 238
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
[WGSL] Enable semantic related tests that work already for Metal #5502
Comments
There are two PRs related to those tests and those tests still cannot be enabled yet.
The error message looks to be that the issue is on the Slang-RHI side.
Here is how to reproduce the error,
|
These tests need to be enabled after #4943 is resolved. |
All of the mentioned tests from The |
I like to share some update. The following four tests are working as of today:
"tests/metal/atomic-intrinsics.slang" is not supported for WGSL because InterlockedXXX functions are not available for WGSL. tests/metal/nested-struct-fragment-input.slang and ests/metal/nested-struct-fragment-output.slang generates valid WGSL when tested with the shader-playground. But I need to enable it as a part of slang-test test. I will check the rest of tests later. |
The following tests are tests that are related to the semantics.
They are currently enabled for Metal and we should enable them for WGSL as well.
The text was updated successfully, but these errors were encountered: