torch-mlir/lib/Dialect/ATen/Transforms/CMakeLists.txt

13 lines
230 B
CMake
Raw Normal View History

add_npcomp_conversion_library(NPCOMPATenPasses
ATenPasses.cpp
ATenLayerNamePass.cpp
ATenLoweringPass.cpp
ATenOpReport.cpp
ATenToStd.cpp
LivenessReport.cpp
ReturnEliminationPass.cpp
DEPENDS
MLIRATenToStdIncGen
)