From 9a16700e858fc0379e551ab72188eb63a54ad3f1 Mon Sep 17 00:00:00 2001 From: "Harsh Aggarwal (NVIDIA)" Date: Tue, 5 Aug 2025 18:04:18 +0530 Subject: Enable compute/ dir which passes (#7991) --- tests/compute/spirv-multisampled-array-texel-pointer-atomic.slang | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/compute/spirv-multisampled-array-texel-pointer-atomic.slang') diff --git a/tests/compute/spirv-multisampled-array-texel-pointer-atomic.slang b/tests/compute/spirv-multisampled-array-texel-pointer-atomic.slang index 3e9e4c37a..48b420b38 100644 --- a/tests/compute/spirv-multisampled-array-texel-pointer-atomic.slang +++ b/tests/compute/spirv-multisampled-array-texel-pointer-atomic.slang @@ -1,5 +1,6 @@ //TEST:SIMPLE(filecheck=CHECK): -target spirv -entry computeMain -stage compute //TEST(compute):COMPARE_COMPUTE(filecheck-buffer=BUF): -slang -output-using-type -shaderobj -vk +//DISABLE_TEST(cuda):COMPARE_COMPUTE_EX:-cuda -compute -shaderobj -output-using-type //TEST_INPUT: RWTexture2D(format=R32Uint, size=4, content = zero, arrayLength=2, sampleCount=two, mipMaps = 1):name rwTexture2DMSArray [[vk::binding(2)]] -- cgit v1.2.3