summaryrefslogtreecommitdiff
path: root/tests/autodiff/dynamic-dispatch-ptr.slang
diff options
context:
space:
mode:
Diffstat (limited to 'tests/autodiff/dynamic-dispatch-ptr.slang')
-rw-r--r--tests/autodiff/dynamic-dispatch-ptr.slang3
1 files changed, 2 insertions, 1 deletions
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<float4> dp;
bwd_diff(splat)(s, dp, float4(1.0f));
outBuffer[id.x] = dp.d;
-} \ No newline at end of file
+}