Skip to content
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

Add missing WGSL intrinsics to test #5663

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

expipiplus1
Copy link
Collaborator

Closes #5263

@expipiplus1 expipiplus1 added the pr: non-breaking PRs without breaking changes label Nov 25, 2024
@expipiplus1 expipiplus1 added this to the Q4 2024 (Fall) milestone Nov 25, 2024
@expipiplus1 expipiplus1 self-assigned this Nov 25, 2024
@expipiplus1 expipiplus1 requested a review from a team as a code owner November 25, 2024 06:10
@@ -1,7 +1,6 @@
//TEST(compute, vulkan):COMPARE_COMPUTE_EX:-vk -compute -shaderobj -output-using-type
//TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -shaderobj -output-using-type
// slang-test/WGPU: IR opcode during code emit #5263
//DISABLE_TEST(compute):COMPARE_COMPUTE_EX:-wgpu
//TEST(compute):COMPARE_COMPUTE_EX:-wgpu
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this line should be removed.
The line#2 will synthesize one for wgpu.
If we want to explicitly have one for wgpu, it will have to be more like

//TEST(compute):COMPARE_COMPUTE_EX:-wgpu -compute -shaderobj -output-using-type

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW, CI is failing for this reason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: non-breaking PRs without breaking changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

slang-test/WGPU: IR opcode during code emit
3 participants