triton -> tt
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
include "mlir/IR/OpBase.td"
|
||||
|
||||
def Triton_Dialect : Dialect {
|
||||
let name = "triton";
|
||||
let name = "tt";
|
||||
|
||||
let cppNamespace = "::mlir::triton";
|
||||
|
||||
|
@@ -9,11 +9,10 @@ add_mlir_dialect_library(TritonIR
|
||||
LINK_LIBS PUBLIC
|
||||
MLIRIR
|
||||
MLIRArithmetic
|
||||
MLIRSCF
|
||||
|
||||
# Since LLVM 15
|
||||
# MLIRControlFlow
|
||||
# MLIRFunc
|
||||
# else
|
||||
MLIRStandard
|
||||
MLIRSCF
|
||||
)
|
||||
|
Reference in New Issue
Block a user