Skip to content

Commit 147fce8

Browse files
chore: autopublish 2026-04-10T03:29:28Z
1 parent f23a12d commit 147fce8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tools/clang/unittests/HLSLExec/LinAlgTests.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -459,8 +459,8 @@ static void runSplatStore(ID3D12Device *Device,
459459
auto Expected =
460460
makeExpected(Params.CompType, Params.M, Params.N, FillValue, false);
461461

462-
auto Op = createComputeOp(SplatStoreShader, "cs_6_10", "UAV(u0)",
463-
Args.c_str());
462+
auto Op =
463+
createComputeOp(SplatStoreShader, "cs_6_10", "UAV(u0)", Args.c_str());
464464
addUAVBuffer(Op.get(), "Output", BufferSize, true);
465465
addRootUAV(Op.get(), 0, "Output");
466466

@@ -546,8 +546,8 @@ static void runElementAccess(ID3D12Device *Device,
546546

547547
auto Expected = makeExpected(Params.CompType, Params.M, Params.N, 1);
548548

549-
auto Op = createComputeOp(ElementAccessShader, "cs_6_10",
550-
"UAV(u0), UAV(u1)", Args.c_str());
549+
auto Op = createComputeOp(ElementAccessShader, "cs_6_10", "UAV(u0), UAV(u1)",
550+
Args.c_str());
551551
addUAVBuffer(Op.get(), "Input", InputBufSize, false, "byname");
552552
addUAVBuffer(Op.get(), "Output", OutputBufSize, true);
553553
addRootUAV(Op.get(), 0, "Input");

0 commit comments

Comments
 (0)