diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2019-03-19 12:24:29 -0400 |
|---|---|---|
| committer | Tim Foley <tfoleyNV@users.noreply.github.com> | 2019-03-19 09:24:29 -0700 |
| commit | 662fcca6d3156d7645761ac967038e5ff068fe99 (patch) | |
| tree | e2d501ce981281f7592f732d9ea7ae24b955a1d6 | |
| parent | 71885de27c973a73b7d020f5ebbe86e16b86d7e4 (diff) | |
Disable Dx12 half tests. The half-calc test runs, but is not actually doing any half maths. If the code is changed such that it is, the device fails when the shader is used. This can be seen by looking at dxil-asm. (#914)
| -rw-r--r-- | tests/compute/half-calc.slang | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/compute/half-calc.slang b/tests/compute/half-calc.slang index b47678dae..a100ba237 100644 --- a/tests/compute/half-calc.slang +++ b/tests/compute/half-calc.slang @@ -1,5 +1,5 @@ -//TEST(compute):COMPARE_COMPUTE:-dx12 -compute -use-dxil -profile cs_6_2 -render-features half -//TEST(compute):COMPARE_COMPUTE:-vk -compute -use-dxil -profile cs_6_2 -render-features half +//DISABLE_TEST(compute):COMPARE_COMPUTE:-dx12 -compute -use-dxil -profile cs_6_2 -render-features half +//TEST(compute):COMPARE_COMPUTE:-vk -compute -profile cs_6_2 -render-features half //TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):dxbinding(0),glbinding(0),out // Test for doing a calculation using half |
