mirror of https://github.com/llvm/torch-mlir
7 lines
80 B
CMake
7 lines
80 B
CMake
|
add_mlir_library(NPCOMPRuntime
|
||
|
SHARED
|
||
|
Runtime.cpp
|
||
|
|
||
|
EXCLUDE_FROM_LIBMLIR
|
||
|
)
|