triton -> tt

This commit is contained in:
Yan Da
2022-04-10 12:07:19 +08:00
parent 28e96bbfd1
commit f1cc67bbc3
2 changed files with 2 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
include "mlir/IR/OpBase.td"
def Triton_Dialect : Dialect {
let name = "triton";
let name = "tt";
let cppNamespace = "::mlir::triton";

View File

@@ -9,11 +9,10 @@ add_mlir_dialect_library(TritonIR
LINK_LIBS PUBLIC
MLIRIR
MLIRArithmetic
MLIRSCF
# Since LLVM 15
# MLIRControlFlow
# MLIRFunc
# else
MLIRStandard
MLIRSCF
)