From c3df36043c67a94ea51cd7b1ce10a84e52f8d744 Mon Sep 17 00:00:00 2001 From: "Harsh Aggarwal (NVIDIA)" Date: Mon, 18 Aug 2025 10:46:47 +0530 Subject: Enable CUDA Test Enablement - Batch 1: Autodiff Tests (1-16) (#8139) --- tests/autodiff/dynamic-dispatch-ptr.slang | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/autodiff/dynamic-dispatch-ptr.slang') diff --git a/tests/autodiff/dynamic-dispatch-ptr.slang b/tests/autodiff/dynamic-dispatch-ptr.slang index 3f2269f78..5a0614769 100644 --- a/tests/autodiff/dynamic-dispatch-ptr.slang +++ b/tests/autodiff/dynamic-dispatch-ptr.slang @@ -1,4 +1,5 @@ //TEST:COMPARE_COMPUTE(filecheck-buffer=CHECK):-vk -output-using-type -emit-spirv-directly +//TEST:COMPARE_COMPUTE(filecheck-buffer=CHECK):-cuda -output-using-type //CHECK: 1.0 @@ -40,4 +41,4 @@ void computeMain( DifferentialPair dp; bwd_diff(splat)(s, dp, float4(1.0f)); outBuffer[id.x] = dp.d; -} \ No newline at end of file +} -- cgit v1.2.3