From 856d7d3705cedabcc2e9389a3f0ac730b0e33476 Mon Sep 17 00:00:00 2001 From: Yong He Date: Fri, 11 Dec 2020 09:42:23 -0800 Subject: Implements CUDA renderer in gfx. (#1637) * Implements CUDA renderer in gfx. * Revert unnecessary change. * Revert unnecessary changes. Co-authored-by: Tim Foley --- tests/compute/entry-point-uniform-params.slang | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/compute/entry-point-uniform-params.slang') diff --git a/tests/compute/entry-point-uniform-params.slang b/tests/compute/entry-point-uniform-params.slang index 736a4c05a..db43f4ab7 100644 --- a/tests/compute/entry-point-uniform-params.slang +++ b/tests/compute/entry-point-uniform-params.slang @@ -3,7 +3,8 @@ // Confirm that `uniform` parameters on // entry points are allowed, and work as expected. -//DISABLE_TEST:CPU_REFLECTION: -profile cs_5_0 -entry computeMain -target cpp +//DISABLE_TEST:CPU_REFLECTION: -profile cs_5_0 -entry computeMain -target cpp +//TEST(compute):COMPARE_COMPUTE_EX:-cuda -compute -shaderobj //TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -cpu //TEST(compute):COMPARE_COMPUTE_EX:-slang -compute //TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -dx12 -- cgit v1.2.3