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