Skip to content

Commit c26179d

Browse files
committed
format and bump hash again
1 parent 5d77cca commit c26179d

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
@@ -632,7 +632,8 @@ static void decomposeMixedModeDotOp(ModuleOp mod, int computeCapability) {
632632
NvidiaMmaEncodingAttr mmaLayout =
633633
dyn_cast<NvidiaMmaEncodingAttr>(D.getType().getEncoding());
634634
if (mmaLayout) {
635-
bool isNativeFP8 = llvm::isa<Float8E5M2Type>(AElType) || llvm::isa<Float8E4M3FNType>(AElType);
635+
bool isNativeFP8 = llvm::isa<Float8E5M2Type>(AElType) ||
636+
llvm::isa<Float8E4M3FNType>(AElType);
636637
// promote operands for sm < 89 since fp8 mma is not natively supported
637638
// promote operands for sm >= 90 when mma is not v3
638639
if (!isNativeFP8 ||

0 commit comments

Comments
 (0)