Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions tools/clang/unittests/HLSLExec/LongVectors.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -995,11 +995,12 @@ using namespace LongVector;
runTest<DataType, OpType ::Op>(VARIANT_VALUE_##Variant); \
}

class DxilConf_SM69_Vectorized {
class DxilConf_SM69_NativeVectors {
public:
BEGIN_TEST_CLASS(DxilConf_SM69_Vectorized)
TEST_CLASS_PROPERTY("Kits.TestName",
"D3D12 - Shader Model 6.9 - Vectorized DXIL - Core Tests")
BEGIN_TEST_CLASS(DxilConf_SM69_NativeVectors)
TEST_CLASS_PROPERTY(
"Kits.TestName",
"D3D12 - Shader Model 6.9 - DXIL with Native Vectors - Core Tests")
TEST_CLASS_PROPERTY("Kits.TestId", "81db1ff8-5bc5-48a1-8d7b-600fc600a677")
TEST_CLASS_PROPERTY("Kits.Description",
"Validates required SM 6.9 vectorized DXIL operations")
Expand Down