Skip to content

Commit 0b92e1d

Browse files
Explain why tests/autodiff/diff-ptr-type-array.slang is disabled for WGPU (#5702)
This closes #5613. Co-authored-by: Ellie Hermaszewska <[email protected]>
1 parent e53ca98 commit 0b92e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/autodiff/diff-ptr-type-array.slang

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//TEST(compute):COMPARE_COMPUTE(filecheck-buffer=CHECK): -shaderobj -output-using-type
22
//TEST(compute):COMPARE_COMPUTE(filecheck-buffer=CHECK): -vk -shaderobj -output-using-type
3-
// WGSL: Runtime-sized arrays not in 'storage' address space are being generated #5613
3+
// Not supported in WGSL: Arrays of textures or buffers
44
//DISABLE_TEST(compute):COMPARE_COMPUTE:-wgpu
55

66
//TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):out,name=outputBuffer

0 commit comments

Comments
 (0)