diff options
| author | Yong He <yonghe@outlook.com> | 2020-12-11 09:42:23 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-11 09:42:23 -0800 |
| commit | 856d7d3705cedabcc2e9389a3f0ac730b0e33476 (patch) | |
| tree | 3b04a7c67f9e4b4b4cc3bb4a0906815c62f7d7ee /tests/compute | |
| parent | 992778e25c444932921ce92fe7934893b2aca35f (diff) | |
Implements CUDA renderer in gfx. (#1637)
* Implements CUDA renderer in gfx.
* Revert unnecessary change.
* Revert unnecessary changes.
Co-authored-by: Tim Foley <tfoleyNV@users.noreply.github.com>
Diffstat (limited to 'tests/compute')
| -rw-r--r-- | tests/compute/array-param.slang | 1 | ||||
| -rw-r--r-- | tests/compute/entry-point-uniform-params.slang | 3 |
2 files changed, 3 insertions, 1 deletions
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 |
