Skip to content

Commit

Permalink
Explain why tests/autodiff/diff-ptr-type-array.slang is disabled for …
Browse files Browse the repository at this point in the history
…WGPU (shader-slang#5702)

This closes shader-slang#5613.

Co-authored-by: Ellie Hermaszewska <ellieh@nvidia.com>
  • Loading branch information
aleino-nv and expipiplus1 authored Nov 29, 2024
1 parent e53ca98 commit 0b92e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/autodiff/diff-ptr-type-array.slang
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//TEST(compute):COMPARE_COMPUTE(filecheck-buffer=CHECK): -shaderobj -output-using-type
//TEST(compute):COMPARE_COMPUTE(filecheck-buffer=CHECK): -vk -shaderobj -output-using-type
// WGSL: Runtime-sized arrays not in 'storage' address space are being generated #5613
// Not supported in WGSL: Arrays of textures or buffers
//DISABLE_TEST(compute):COMPARE_COMPUTE:-wgpu

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

0 comments on commit 0b92e1d

Please sign in to comment.