diff options
| author | Jay Kwak <82421531+jkwak-work@users.noreply.github.com> | 2025-06-06 09:26:02 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-06 09:26:02 -0700 |
| commit | 2203df78332f155374866b172887d2568422ed76 (patch) | |
| tree | 0457ce2e099951ad036ec82b2a30a37c11a3b16a /tests/cooperative-vector/subscript.slang | |
| parent | 8abaec701f0637f082e081caa0dd4fa049a00430 (diff) | |
Disable coopvec while using Agility SDK and until graphics driver supports it (#7357)
* Disable coopvec tests until we have the driver support
* Remove conflicting agility sdk binaries
Diffstat (limited to 'tests/cooperative-vector/subscript.slang')
| -rw-r--r-- | tests/cooperative-vector/subscript.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cooperative-vector/subscript.slang b/tests/cooperative-vector/subscript.slang index 1a1550bc3..dcb2a4d8b 100644 --- a/tests/cooperative-vector/subscript.slang +++ b/tests/cooperative-vector/subscript.slang @@ -1,5 +1,5 @@ //TEST(compute):COMPARE_COMPUTE(filecheck-buffer=CHECK):-vk -render-feature cooperative-vector -output-using-type -emit-spirv-directly -//TEST(compute):COMPARE_COMPUTE(filecheck-buffer=CHECK):-dx12 -render-feature cooperative-vector -dx12-experimental -use-dxil -output-using-type -profile cs_6_8 -Xslang... -Xdxc -Vd -X. -capability hlsl_coopvec_poc +//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):-cpu -output-using-type // CHECK: type: int32_t |
