mirror of https://github.com/llvm/torch-mlir
23 lines
409 B
CMake
23 lines
409 B
CMake
add_mlir_conversion_library(TorchMLIRTorchToTMTensor
|
|
TorchToTMTensor.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${PROJECT_SOURCE_DIR}/include/torch-mlir/Conversion/TorchToTMTensor
|
|
|
|
DEPENDS
|
|
TorchMLIRConversionPassIncGen
|
|
|
|
LINK_COMPONENTS
|
|
Core
|
|
|
|
LINK_LIBS PUBLIC
|
|
MLIRIR
|
|
MLIRPass
|
|
MLIRLinalg
|
|
MLIRMath
|
|
TorchMLIRTorchDialect
|
|
TorchMLIRTMTensorDialect
|
|
)
|
|
|
|
torch_mlir_target_includes(TorchMLIRTorchToTMTensor)
|