diff options
| author | ArielG-NV <159081215+ArielG-NV@users.noreply.github.com> | 2025-07-11 16:39:21 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-11 23:39:21 +0000 |
| commit | d8d0b8969f731990820f25812f3d90ee4dd1ee75 (patch) | |
| tree | 6ef24cf2d0badc5c7291dee1c7eef43db3bf7514 /tests/cooperative-vector/matrix-mul-structuredbuffer-packed.slang | |
| parent | 704d0c7109cf066f4b311e55a141f117f76c0672 (diff) | |
Enable (at least a sub-set of) CoopVec tests that are disabled (#7706)
* enable coop vec tests
* disable tests which fail with reason
* disable other failing tests
* disable failing test
* add to expected fail list
* sort list
Diffstat (limited to 'tests/cooperative-vector/matrix-mul-structuredbuffer-packed.slang')
| -rw-r--r-- | tests/cooperative-vector/matrix-mul-structuredbuffer-packed.slang | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/cooperative-vector/matrix-mul-structuredbuffer-packed.slang b/tests/cooperative-vector/matrix-mul-structuredbuffer-packed.slang index 177d15195..b83b4e1e7 100644 --- a/tests/cooperative-vector/matrix-mul-structuredbuffer-packed.slang +++ b/tests/cooperative-vector/matrix-mul-structuredbuffer-packed.slang @@ -1,8 +1,9 @@ +// Disabled because of Vulkan validation error //DISABLE_TEST(compute):COMPARE_COMPUTE(filecheck-buffer=CHECK):-vk -render-feature cooperative-vector -output-using-type // These platforms don't support these operations from structured buffers //DISABLE_TEST(compute):COMPARE_COMPUTE(filecheck-buffer=CHECK):-cpu -output-using-type -//DISABLE_DISABLE_TEST(compute):COMPARE_COMPUTE(filecheck-buffer=CHECK):-dx12 -render-feature cooperative-vector -dx12-experimental -use-dxil -output-using-type -profile cs_6_9 -Xslang... -Xdxc -Vd -X. +//DISABLE_TEST(compute):COMPARE_COMPUTE(filecheck-buffer=CHECK):-dx12 -render-feature cooperative-vector -dx12-experimental -use-dxil -output-using-type -profile cs_6_9 -Xslang... -Xdxc -Vd -X. // CHECK: type: int32_t // CHECK-NEXT: 30 |
