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/load-store-rwbyteaddressbuffer.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/load-store-rwbyteaddressbuffer.slang')
| -rw-r--r-- | tests/cooperative-vector/load-store-rwbyteaddressbuffer.slang | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cooperative-vector/load-store-rwbyteaddressbuffer.slang b/tests/cooperative-vector/load-store-rwbyteaddressbuffer.slang index 3f176cd23..636fb555b 100644 --- a/tests/cooperative-vector/load-store-rwbyteaddressbuffer.slang +++ b/tests/cooperative-vector/load-store-rwbyteaddressbuffer.slang @@ -1,5 +1,5 @@ -//DISABLE_TEST(compute):COMPARE_COMPUTE(filecheck-buffer=CHECK):-vk -render-feature cooperative-vector -//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. +//TEST(compute):COMPARE_COMPUTE(filecheck-buffer=CHECK):-vk -render-feature cooperative-vector +//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. //TEST(compute):COMPARE_COMPUTE(filecheck-buffer=CHECK):-cpu // CHECK: 1 |
