From 141eac9eb4400cf94c0a076f339e1d43ed652306 Mon Sep 17 00:00:00 2001 From: Mukund Keshava Date: Thu, 3 Jul 2025 18:00:38 +0530 Subject: Enable tests for CUDA (#7593) Enable intrinsic tests for cuda. Most of these tests were either disabled or just not enabled for cuda. Fixes #7592 Co-authored-by: Ellie Hermaszewska --- tests/hlsl/packoffset.slang | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/hlsl/packoffset.slang') diff --git a/tests/hlsl/packoffset.slang b/tests/hlsl/packoffset.slang index 93fcef7bc..c9d9803e8 100644 --- a/tests/hlsl/packoffset.slang +++ b/tests/hlsl/packoffset.slang @@ -2,6 +2,7 @@ //TEST(compute, vulkan):COMPARE_COMPUTE_EX:-vk -compute -shaderobj -output-using-type //TEST:SIMPLE(filecheck=HLSL): -target hlsl -profile cs_5_0 -entry computeMain -line-directive-mode none //TEST:SIMPLE(filecheck=GLSL): -target glsl -profile glsl_450 -stage compute -entry computeMain -line-directive-mode none +//TEST(compute):COMPARE_COMPUTE_EX:-cuda -compute -shaderobj -output-using-type // Metal does not support custom data layout. //DISABLE_TEST(compute):COMPARE_COMPUTE:-slang -shaderobj -mtl -- cgit v1.2.3