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.
2 parents 62c51e4 + 4a5ebb6 commit 28de0eaCopy full SHA for 28de0ea
paddle/fluid/inference/CMakeLists.txt
@@ -20,8 +20,8 @@ if(NOT APPLE)
20
endif()
21
22
if(WITH_TESTING)
23
+ # both tests/book and analysis depends the models that generated by python/paddle/fluid/tests/book
24
add_subdirectory(tests/book)
- # analysis test depends the models that generate by python/paddle/fluid/tests/book
25
add_subdirectory(analysis)
26
27
paddle/fluid/inference/tensorrt/CMakeLists.txt
@@ -1,4 +1,4 @@
1
-nv_library(tensorrt_engine SRCS engine.cc)
+nv_library(tensorrt_engine SRCS engine.cc DEPS framework_proto)
2
nv_test(test_tensorrt SRCS test_tensorrt.cc DEPS dynload_cuda device_context dynamic_loader)
3
nv_test(test_tensorrt_engine SRCS test_engine.cc DEPS dynload_cuda tensorrt_engine)
4
0 commit comments