Files
triton/lib/ir/CMakeLists.txt

20 lines
232 B
CMake
Raw Normal View History

add_mlir_dialect_library(TritonIR
2022-03-17 20:40:55 +08:00
Dialect.cpp
Ops.cpp
Types.cpp
DEPENDS
TritonTableGen
2022-03-17 20:40:55 +08:00
LINK_LIBS PUBLIC
MLIRIR
MLIRArithmetic
# Since LLVM 15
# MLIRControlFlow
# MLIRFunc
# else
MLIRStandard
2022-03-26 17:02:32 +08:00
MLIRSCF
2022-03-17 20:40:55 +08:00
)