mirror of https://github.com/llvm/torch-mlir
21 lines
371 B
CMake
21 lines
371 B
CMake
add_mlir_library(TorchMLIRRefBackend
|
|
RefBackend.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${PROJECT_SRC_DIR}/include/torch-mlir/RefBackend
|
|
|
|
DEPENDS
|
|
TorchMLIRRefBackendPassIncGen
|
|
|
|
LINK_COMPONENTS
|
|
Core
|
|
|
|
LINK_LIBS PUBLIC
|
|
MLIRIR
|
|
MLIRTransforms
|
|
MLIRMathTransforms
|
|
)
|
|
|
|
mlir_check_all_link_libraries(TorchMLIRRefBackend)
|
|
torch_mlir_target_includes(TorchMLIRRefBackend)
|