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 ec9eb22 + 02f09ac commit cfe611fCopy full SHA for cfe611f
paddle/fluid/inference/tensorrt/CMakeLists.txt
@@ -1,4 +1,4 @@
1
-nv_library(tensorrt_engine SRCS engine.cc DEPS framework_proto)
+nv_library(tensorrt_engine SRCS engine.cc DEPS framework_proto device_context)
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
add_subdirectory(convert)
paddle/fluid/platform/device_context.h
@@ -24,7 +24,7 @@ limitations under the License. */
24
#endif
25
26
#ifdef PADDLE_WITH_MKLDNN
27
-#include <mkldnn.hpp>
+#include "mkldnn.hpp"
28
29
30
#include <map>
0 commit comments