From f02b08490aa905f42a8d90381db84b1f8e409c0c Mon Sep 17 00:00:00 2001 From: "James Helferty (NVIDIA)" Date: Tue, 2 Sep 2025 16:43:48 -0700 Subject: render-test: Change D3D12 default to sm_6_5 (#8320) Changes default for render-test to sm_6_5. Since sm_6_5 is the new default, remove the -use-dxil option, add -use-dxcb option Remove -use-dxil option from all test cases. Add -use-dxcb to two tests that needed it. Fixes #7611 --- tests/autodiff/max-iters.slang | 2 +- tests/autodiff/was/warped-sampling-1d.slang | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/autodiff') diff --git a/tests/autodiff/max-iters.slang b/tests/autodiff/max-iters.slang index c83057b43..f373bed7c 100644 --- a/tests/autodiff/max-iters.slang +++ b/tests/autodiff/max-iters.slang @@ -1,4 +1,4 @@ -//TEST:COMPARE_COMPUTE(filecheck-buffer=CHECK):-output-using-type -d3d12 -use-dxil +//TEST:COMPARE_COMPUTE(filecheck-buffer=CHECK):-output-using-type -d3d12 //TEST:COMPARE_COMPUTE(filecheck-buffer=CHECK):-output-using-type -vk //TEST:COMPARE_COMPUTE(filecheck-buffer=CHECK):-output-using-type -metal //TEST:COMPARE_COMPUTE(filecheck-buffer=CHECK):-output-using-type -cuda diff --git a/tests/autodiff/was/warped-sampling-1d.slang b/tests/autodiff/was/warped-sampling-1d.slang index 38e1410fa..c533f7caa 100644 --- a/tests/autodiff/was/warped-sampling-1d.slang +++ b/tests/autodiff/was/warped-sampling-1d.slang @@ -1,5 +1,5 @@ -//TEST(compute):COMPARE_COMPUTE_EX(filecheck-buffer=CHECK):-slang -compute -shaderobj -output-using-type -profile cs_5_1 -dx12 -compute-dispatch 4,1,1 -//TEST(compute):COMPARE_COMPUTE_EX(filecheck-buffer=CHECK):-slang -compute -shaderobj -output-using-type -profile cs_5_1 -cuda -compute-dispatch 4,1,1 +//TEST(compute):COMPARE_COMPUTE_EX(filecheck-buffer=CHECK):-slang -compute -shaderobj -output-using-type -profile cs_5_1 -dx12 -use-dxbc -compute-dispatch 4,1,1 +//TEST(compute):COMPARE_COMPUTE_EX(filecheck-buffer=CHECK):-slang -compute -shaderobj -output-using-type -profile cs_5_1 -cuda -use-dxbc -compute-dispatch 4,1,1 //TEST_INPUT:ubuffer(data=[0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0], stride=4):out,name=endpointDifferentialBuffer RWStructuredBuffer endpointDifferentialBuffer; -- cgit v1.2.3