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/array.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/array.slang')
| -rw-r--r-- | tests/cooperative-vector/array.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cooperative-vector/array.slang b/tests/cooperative-vector/array.slang index 454188e9f..4affd89c8 100644 --- a/tests/cooperative-vector/array.slang +++ b/tests/cooperative-vector/array.slang @@ -1,4 +1,4 @@ -//DISABLE_TEST(compute):COMPARE_COMPUTE(filecheck-buffer=CHECK):-vk -render-feature cooperative-vector -output-using-type +//TEST(compute):COMPARE_COMPUTE(filecheck-buffer=CHECK):-vk -render-feature cooperative-vector -output-using-type // CHECK: type: float // CHECK-NEXT: 1.000000 |
