Device function & PassManager

This commit is contained in:
Yan Da
2022-04-15 14:41:57 +08:00
parent 44d75cf9bb
commit 1c52bd587d
5 changed files with 464 additions and 92 deletions

View File

@@ -181,7 +181,10 @@ target_link_libraries(triton
TritonDriver
# TritonCodeGen
MLIRCAPIIR
# optimizations
MLIRPass
MLIRTransforms
${PYTHON_LIBRARIES}
)