Skip to content

Commit 72b8a09

Browse files
Clang Format
1 parent 67af520 commit 72b8a09

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

lib/DxilValidation/DxilValidation.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ std::string GetMatrixLayoutStr(unsigned Layout) {
10121012
return "MulOptimal";
10131013
case DXIL::LinalgMatrixLayout::OuterProductOptimal:
10141014
return "OuterProductOptimal";
1015-
default:
1015+
default:
10161016
DXASSERT_NOMSG(false);
10171017
return "Invalid";
10181018
}
@@ -1238,7 +1238,9 @@ static void ValidateImmOperandsForOuterProdAcc(CallInst *CI,
12381238
uint64_t MLValue = ML->getLimitedValue();
12391239
if (!CheckMatrixLayoutForOuterProdAcc(MLValue))
12401240
ValCtx.EmitInstrFormatError(
1241-
CI, ValidationRule::InstrLinalgInvalidMatrixLayoutValueForOuterProductAccumulate,
1241+
CI,
1242+
ValidationRule::
1243+
InstrLinalgInvalidMatrixLayoutValueForOuterProductAccumulate,
12421244
{GetMatrixLayoutStr(MLValue),
12431245
GetMatrixLayoutStr(static_cast<unsigned>(
12441246
DXIL::LinalgMatrixLayout::OuterProductOptimal))});

0 commit comments

Comments
 (0)