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/array-param.slang | 1 + tests/compute/entry-point-uniform-params.slang | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/compute/array-param.slang b/tests/compute/array-param.slang index ceac34e78..5f5528a10 100644 --- a/tests/compute/array-param.slang +++ b/tests/compute/array-param.slang @@ -1,3 +1,4 @@ +//TEST(compute):COMPARE_COMPUTE_EX:-cuda -compute -shaderobj //TEST(compute):COMPARE_COMPUTE_EX:-cpu -compute -compile-arg -O3 //TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -shaderobj //TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -dx12 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