Merge pull request from hjchen2/develop

Fix tensorrt plugin cmake dependency, test=develop
panyx0718-patch-1
Houjiang Chen 6 years ago committed by GitHub
commit 816b464037
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1 +1 @@
nv_library(tensorrt_plugin SRCS trt_plugin.cc split_op_plugin.cu prelu_op_plugin.cu DEPS enforce)
nv_library(tensorrt_plugin SRCS trt_plugin.cc split_op_plugin.cu prelu_op_plugin.cu DEPS enforce device_context)

Loading…
Cancel
Save