Skip to content

Commit 40ad371

Browse files
committed
store not allowed on thread
1 parent 70bd8dc commit 40ad371

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/clang/unittests/HLSLExec/LinAlgTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,7 @@ static const char OuterProductShader[] = R"(
12451245
Mat;
12461246
__builtin_LinAlg_MatrixOuterProduct(Mat, VecA, VecB);
12471247
1248-
__builtin_LinAlg_MatrixStoreToDescriptor(
1248+
__builtin_LinAlg_MatrixAccumulateToDescriptor(
12491249
Mat, Output, 0, STRIDE, LAYOUT, 128);
12501250
}
12511251
)";

0 commit comments

Comments
 (0)