Commit 8e039445 authored by gracehoney's avatar gracehoney
Browse files

Fix build (part1):

1. Changed includes of "NvInfer.h" to "tensorrt/include/NvInfer.h"
2. Remove build target "tensorrt_ops.so" (src file doesn't exist and the
   target is not used anywhere)
3. Add missing '#if GOOGLE_TENSORRT's
4. Use tf_cuda_library instead of cc_library for some targets to get the
   tf_copts naturally.
5. Revert the changes that was accidentally made (by merging with
   upstream head) from configure.py
6. Replace exception with LOG(FATAL) in
   tensorflow/contrib/tensorrt/convert/convert_nodes.cc as exception is
   not supported.
7. Revert the reinterprete_cast change in
   tensorflow/contrib/tensorrt/kernels/trt_engine_op.cc
8. Fix minor formatting and naming issues according to the style guide.
parent e01844e6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment