Skip to content

Commit 06b022b

Browse files
chore: autopublish 2026-04-07T23:16:58Z
1 parent c8abbaa commit 06b022b

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

tools/clang/unittests/HLSLExec/LinAlgTests.cpp

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,15 @@ static std::string buildCompilerArgs(const MatrixParams &Params,
9898
SS << " -DELEM_SIZE=" << elementSize(Params.CompType);
9999
SS << " -DNUMTHREADS=" << Params.NumThreads;
100100
switch (Params.CompType) {
101-
case ComponentType::F16:
102-
SS << " -DELEM_TYPE=half";
103-
break;
104-
case ComponentType::F32:
105-
SS << " -DELEM_TYPE=float";
106-
break;
107-
default:
108-
SS << " -DELEM_TYPE=uint";
109-
break;
101+
case ComponentType::F16:
102+
SS << " -DELEM_TYPE=half";
103+
break;
104+
case ComponentType::F32:
105+
SS << " -DELEM_TYPE=float";
106+
break;
107+
default:
108+
SS << " -DELEM_TYPE=uint";
109+
break;
110110
}
111111
if (Params.EmulateTest)
112112
SS << " -DEMULATE_TEST";

0 commit comments

Comments
 (0)