2022-07-28 03:50:08 +08:00
|
|
|
set(LLVM_TARGET_DEFINITIONS Combine.td)
|
|
|
|
mlir_tablegen(TritonCombine.inc -gen-rewriters)
|
|
|
|
add_public_tablegen_target(TritonCombineIncGen)
|
|
|
|
|
2022-04-27 19:28:21 +08:00
|
|
|
add_mlir_dialect_library(TritonTransforms
|
|
|
|
Combine.cpp
|
|
|
|
|
|
|
|
DEPENDS
|
|
|
|
TritonTransformsIncGen
|
2022-07-28 03:50:08 +08:00
|
|
|
TritonCombineIncGen
|
2022-04-27 19:28:21 +08:00
|
|
|
)
|