mirror of https://github.com/llvm/torch-mlir
18 lines
268 B
CMake
18 lines
268 B
CMake
|
add_npcomp_conversion_library(NPCOMPATenToTCF
|
||
|
ConvertATenToTCFPass.cpp
|
||
|
CoreOpConversionPatterns.cpp
|
||
|
|
||
|
DEPENDS
|
||
|
NPCOMPConversionPassIncGen
|
||
|
|
||
|
LINK_COMPONENTS
|
||
|
Core
|
||
|
|
||
|
LINK_LIBS PUBLIC
|
||
|
MLIRIR
|
||
|
MLIRPass
|
||
|
MLIRTransforms
|
||
|
NPCOMPATenDialect
|
||
|
NPCOMPTCFDialect
|
||
|
)
|