aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/tensorrt
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.
* Revert "Remove LICENSE file. It will be added internally instead."Gravatar gracehoney2018-02-06
| | | | This reverts commit d0c2b84c2d6cd3c235671e67f22e3639b4b2b54c.
* Fix some BUILD filesGravatar gracehoney2018-02-06
|
* Remove LICENSE file. It will be added internally instead.Gravatar gracehoney2018-02-05
|
* Fix issues with the tests and add mistakenly taken out macro backGravatar Sami Kama2018-02-02
|
* Fixes for PR comments and build failuresGravatar Sami Kama2018-02-02
|
* Add/fix copyright and fix format for the test script and other files.Gravatar gracehoney2018-01-31
|
* Fix compilation issues with new build filesGravatar Sami Kama2018-01-29
|
* Fix compilation, there are still linking issues which will be fixed in a ↵Gravatar gracehoney2018-01-29
| | | | followup commit.
* Merge branch 'master' into tensorrtGravatar gracehoney2018-01-26
|\
| * Set up TensorRT configurations for external use, and add a test.Gravatar Guangda Lai2018-01-26
| | | | PiperOrigin-RevId: 183347199
* [ Fixes for PR comments]Gravatar Sami Kama2018-01-24
| | | | | | | - removed commented code - moved all code to tensorflow namespace - removed a dangling config parameter from tensorflow/BUILD - fixed Copyright notice years
* Fix License dateGravatar Sami Kama2018-01-23
|
* Introducing TensortRT Operator to TF which can run (sub)graphs inGravatar Sami Kama2018-01-19
highly optimized TensorRT engines. This commit is a merged version of many commits by benbarsdell <bbarsdell at nvidia.com> deadeyegoodwin <davidg at nvidia.com jjsjann123 <jiej at nvidia.com> samikama <skama at nvidia.com>