mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
This PR rebases Triton from LLVM-14 to LLVM-15. Most changes are mechanical, except for the analysis framework changes.
15 lines
194 B
CMake
15 lines
194 B
CMake
add_mlir_library(TritonAnalysis
|
|
AxisInfo.cpp
|
|
Allocation.cpp
|
|
Membar.cpp
|
|
Alias.cpp
|
|
Utility.cpp
|
|
|
|
DEPENDS
|
|
TritonTableGen
|
|
TritonGPUAttrDefsIncGen
|
|
|
|
LINK_LIBS PUBLIC
|
|
MLIRAnalysis
|
|
)
|