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/outer-product-structuredbuffer.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/outer-product-structuredbuffer.slang')
| -rw-r--r-- | tests/cooperative-vector/outer-product-structuredbuffer.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cooperative-vector/outer-product-structuredbuffer.slang b/tests/cooperative-vector/outer-product-structuredbuffer.slang index a2bbde40a..e6fd175b3 100644 --- a/tests/cooperative-vector/outer-product-structuredbuffer.slang +++ b/tests/cooperative-vector/outer-product-structuredbuffer.slang @@ -1,7 +1,7 @@ //DISABLE_TEST(compute):COMPARE_COMPUTE(filecheck-buffer=CHECK):-vk -render-feature cooperative-vector -output-using-type // These platforms don't support these operations into structured buffers -//DISABLE_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_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):-cpu -output-using-type // CHECK: type: half |
