mirror of https://github.com/llvm/torch-mlir
23 lines
376 B
CMake
23 lines
376 B
CMake
add_npcomp_dialect_library(NPCOMPTorchDialect
|
|
TorchDialect.cpp
|
|
TorchOps.cpp
|
|
TorchTypes.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${PROJECT_SOURCE_DIR}/include/npcomp/Dialect/Torch
|
|
|
|
DEPENDS
|
|
MLIRTorchOpsIncGen
|
|
MLIRTorchTypesIncGen
|
|
|
|
LINK_COMPONENTS
|
|
Core
|
|
|
|
LINK_LIBS PUBLIC
|
|
MLIRIR
|
|
MLIRSupport
|
|
MLIRControlFlowInterfaces
|
|
MLIRSideEffectInterfaces
|
|
NPCOMPInterfaces
|
|
)
|