Skip to content

Commit 6940b2f

Browse files
alsepkowCopilot
andcommitted
Add LinearAlgebra TAEF execution tests for SM 6.10 linalg operations
Adds a test scaffold for linear algebra matrix operations, following the same architectural patterns as the LongVector tests: - Op/ExpectedBuilder structs with ValidationConfig - dispatchTest/runAndVerify separation - Macro-driven InputSet data tables for all SM 6.10 ComponentTypes - Multiple matrix dimension coverage (2x2, 4x4, 4x8, 8x4, 8x8) Initial ops: FillMatrix, MatrixStore, MatrixAccumulate, MatrixMul. Intended as a framework for the senior developer implementing linalg functionality in DXC to write execution tests against. Co-authored-by: Copilot <[email protected]>
1 parent 718ddba commit 6940b2f

5 files changed

Lines changed: 1050 additions & 0 deletions

File tree

tools/clang/unittests/HLSLExec/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ add_clang_library(ExecHLSLTests SHARED
1010
ShaderOpTest.cpp
1111
TableParameterHandler.cpp
1212
LongVectors.cpp
13+
LinearAlgebra.cpp
1314
HlslExecTestUtils.cpp
1415
ExecHLSLTests.rc
1516
)

0 commit comments

Comments
 (0)