Skip to content

Commit ed8ff36

Browse files
committed
Review comments
1 parent f125444 commit ed8ff36

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

llvm/lib/IR/AutoUpgrade.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
#include "llvm/IR/IntrinsicInst.h"
3131
#include "llvm/IR/Intrinsics.h"
3232
#include "llvm/IR/IntrinsicsAArch64.h"
33-
#include "llvm/IR/IntrinsicsAMDGPU.h"
3433
#include "llvm/IR/IntrinsicsARM.h"
3534
#include "llvm/IR/IntrinsicsNVPTX.h"
3635
#include "llvm/IR/IntrinsicsRISCV.h"

mlir/include/mlir/Dialect/LLVMIR/ROCDLOps.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ def ROCDL_CvtScaleF32PkFp8F32:
692692
attr-dict $srcA `,` $srcB `,` $scale `->` $old `[` $wordSel `]` `:` type($res)
693693
}];
694694
}
695-
695+
696696
def ROCDL_CvtScaleF32PkBf8F32:
697697
ROCDL_IntrOp<"cvt.scalef32.pk.bf8.f32", [], [], [Pure], 1>,
698698
Arguments<(ins ROCDL_V2I16Type:$old, F32:$srcA, F32:$srcB, F32: $scale, I1:$wordSel)> {
@@ -753,7 +753,7 @@ def ROCDL_CvtScaleF32Bf8Op :
753753
Arguments<(ins I32:$src, F32: $scale, I32:$byteSel)> {
754754
let summary = "Scale and convert bf8 to f32";
755755
let description = [{
756-
Scale `src` by the exponent in `scale` then convert 8-bit bf8 value
756+
Scale `src` by the exponent in `scale` then convert 8-bit bf8 value
757757
from the `byteSel`th bit of `src` to fp32.
758758
}];
759759
let assemblyFormat = [{

0 commit comments

Comments
 (0)