We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe5e6e4 commit d7b9695Copy full SHA for d7b9695
cmake/modules/contrib/LibTorch.cmake
@@ -23,8 +23,12 @@ if(USE_LIBTORCH)
23
24
file(GLOB LIBTORCH_RELAY_CONTRIB_SRC
25
src/relay/backend/contrib/libtorch/libtorch_codegen.cc
26
- src/runtime/contrib/libtorch/libtorch_runtime.cc
27
)
28
list(APPEND COMPILER_SRCS ${LIBTORCH_RELAY_CONTRIB_SRC})
29
+ file(GLOB LIBTORCH_RUNTIME_CONTRIB_SRC
30
+ src/runtime/contrib/libtorch/libtorch_runtime.cc
31
+ )
32
+ list(APPEND RUNTIME_SRCS ${LIBTORCH_RUNTIME_CONTRIB_SRC})
33
+
34
endif(USE_LIBTORCH)
0 commit comments