Skip to content

Commit 44fd4c7

Browse files
[Release SM 6.9] Cherry-Pick Execution Tests: Long Vectors fix-up HLK feature reference (#8372)
Cherry-pick PR (#8353) Assisted by gh copilot. Depends on: #8369, #8370, #8371 SHA [f86cda3](f86cda3) --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d6988b9 commit 44fd4c7

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

tools/clang/unittests/HLSLExec/LongVectors.cpp

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3097,19 +3097,19 @@ class DxilConf_SM69_Vectorized_Core : public TestClassCommon {
30973097
#define HLK_TEST_DOUBLE(Op, DataType) \
30983098
TEST_METHOD(Op##_##DataType) { \
30993099
BEGIN_TEST_METHOD_PROPERTIES() \
3100-
TEST_METHOD_PROPERTY( \
3101-
"Kits.Specification", \
3102-
"Device.Graphics.D3D12.DXILCore.ShaderModel69.DoublePrecision") \
3100+
TEST_METHOD_PROPERTY("Kits.Specification", \
3101+
"Device.Graphics.D3D12.DXILCore.ShaderModel69." \
3102+
"DoublePrecision.Optional") \
31033103
END_TEST_METHOD_PROPERTIES() \
31043104
runTest<DataType, OpType::Op>(); \
31053105
}
31063106

31073107
#define HLK_WAVEOP_TEST_DOUBLE(Op, DataType) \
31083108
TEST_METHOD(Op##_##DataType) { \
31093109
BEGIN_TEST_METHOD_PROPERTIES() \
3110-
TEST_METHOD_PROPERTY( \
3111-
"Kits.Specification", \
3112-
"Device.Graphics.D3D12.DXILCore.ShaderModel69.DoublePrecision") \
3110+
TEST_METHOD_PROPERTY("Kits.Specification", \
3111+
"Device.Graphics.D3D12.DXILCore.ShaderModel69." \
3112+
"DoublePrecision.Optional") \
31133113
END_TEST_METHOD_PROPERTIES() \
31143114
runWaveOpTest<DataType, OpType::Op>(); \
31153115
}
@@ -3126,7 +3126,7 @@ class DxilConf_SM69_Vectorized_Double : public TestClassCommon {
31263126
"Validates required double precision SM 6.9 vectorized DXIL operations")
31273127
TEST_METHOD_PROPERTY(
31283128
"Kits.Specification",
3129-
"Device.Graphics.D3D12.DXILCore.ShaderModel69.DoublePrecision")
3129+
"Device.Graphics.D3D12.DXILCore.ShaderModel69.DoublePrecision.Optional")
31303130
TEST_METHOD_PROPERTY(L"Priority", L"0")
31313131
END_TEST_CLASS()
31323132

0 commit comments

Comments
 (0)