Skip to content

Commit 41cc335

Browse files
committed
format and bump hash again
1 parent facd7c5 commit 41cc335

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

cmake/llvm-hash.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1c28b9237382b093f477479c993c80181922ca6a
1+
c118864223c6309378cd704f3406533474c2759f

lib/Dialect/TritonGPU/Transforms/AccelerateMatmul.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,8 @@ static void decomposeMixedModeDotOp(ModuleOp mod, int computeCapability) {
344344
NvidiaMmaEncodingAttr mmaLayout =
345345
dyn_cast<NvidiaMmaEncodingAttr>(D.getType().getEncoding());
346346
if (mmaLayout) {
347-
bool isNativeFP8 = llvm::isa<Float8E5M2Type>(AElType) || llvm::isa<Float8E4M3FNType>(AElType);
347+
bool isNativeFP8 = llvm::isa<Float8E5M2Type>(AElType) ||
348+
llvm::isa<Float8E4M3FNType>(AElType);
348349
// promote operands for sm < 89 since fp8 mma is not natively supported
349350
// promote operands for sm >= 90 when mma is not v3
350351
if (!isNativeFP8 ||

0 commit comments

Comments
 (0)