Merge pull request #12811 from luotao1/tensorrt_compiler_bug

fix tensorrt compiler bug
revert-12469-sum_op_dim_fix
Tao Luo 7 years ago committed by GitHub
commit 2ae885e224
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,4 @@
nv_library(tensorrt_engine SRCS engine.cc DEPS framework_proto)
nv_library(tensorrt_engine SRCS engine.cc DEPS framework_proto device_context)
nv_test(test_tensorrt SRCS test_tensorrt.cc DEPS dynload_cuda device_context dynamic_loader)
nv_test(test_tensorrt_engine SRCS test_engine.cc DEPS dynload_cuda tensorrt_engine)
add_subdirectory(convert)

Loading…
Cancel
Save