aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/tensorrt/tensorrt_configure.bzl
Commit message (Collapse)AuthorAge
* TensorRT support for ARM architectures (#17409)Gravatar Mustafa Kasap2018-03-14
| | | i.e. without this modification Tensorflow under Nvidia Jetpack 3.2 is not compiling. Else condition in if-then-else block generates a path "%s/../include" which results in "/usr/lib/include" but it must be "/usr/include/aarch64-linux-gnu"... So this fix targets ARM architectures and with this fix, Tensorflow 1.6rc compiles fine with TensorRT support.
* Fix some BUILD filesGravatar gracehoney2018-02-06
|
* Fix compilation issues with new build filesGravatar Sami Kama2018-01-29
|
* Set up TensorRT configurations for external use, and add a test.Gravatar Guangda Lai2018-01-26
PiperOrigin-RevId: 183347199