Commit Graph

52 Commits (develop)

Author SHA1 Message Date
Wilber f4d9212de2
trt plugin upgrade to pluginv2ext (#31670)
5 years ago
Wilber 01ccfbcde9
update trt error message when input height or width is -1 (#31019)
5 years ago
Shang Zhizhou ae0f88a988
add DLA support:C++&&Python api (#30165)
5 years ago
Shang Zhizhou ea851796e5
TensorRT中ernie模型推理性能优化,支持变长输入 (#28367)
6 years ago
wanghuancoder df43905f12
use iwyu clean include (#27267)
6 years ago
Pei Yang aae41c6fca
refine error message related to paddle-TRT (#27256)
6 years ago
Zhaolong Xing b7a86e92a8
fix dy shape bug in trt7.1 (#26273)
6 years ago
Pei Yang b717895f64
Fix registering trt plugin (#25744)
6 years ago
Jeng Bai-Cheng bef4afa6de
bugfix for unique_ptr of IOptimizationProfile (#23917)
6 years ago
Zhaolong Xing 430b0099c9
[Paddle-TRT]: Ernie Dynamic shape support. (#23138)
6 years ago
Zhaolong Xing dd67d44a50
[Paddle-TRT] : (Part1) Dynamic shape support (#22868)
6 years ago
Zhaolong Xing ceda0b9b1a
[Fix BUG]: Core when multi thread + clone + paddle-trt (#22442)
6 years ago
Pei Yang 2e2f92a5b1
fix trt weight bug (#21231)
7 years ago
Pei Yang 74812d1c90
Fix BUGS: paddle-TRT repeatedly sets weight_map and overdeletes repetitive_params (#19825)
7 years ago
石晓伟 d004a0f50e
fix multi-thread exec of trt, test=develop (#19338)
7 years ago
wopeizl 80b7ef6fc8
add tensorrt support for windows (#19084)
7 years ago
Zhaolong Xing 61238d31f7
Trt fp16 support (#18860)
7 years ago
Zhaolong Xing ae576f3c68
fix: when use the load model from memory mode, the RAM occupy is high (#17788)
7 years ago
Zhaolong Xing 61221ebc28
TRT: Support set dynamic range in int8 mode. (#17524)
7 years ago
nhzlx 0ed63b2108 6. delete useless predictor id
7 years ago
nhzlx 1d5ef7c9ee 5. add static trt load model
7 years ago
nhzlx 2070fb246d 4. do the trt_engine optim during init.
7 years ago
nhzlx 9cc6249cd6 2. TRTEngine using stream only when execute.
7 years ago
nhzlx 034ba1c291 add static model load for trt
7 years ago
nhzlx 027d24c831 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into trt_int8_ultimate_version
7 years ago
nhzlx ec213730bc fix trt stream bug.
7 years ago
nhzlx 8817841c73 fix unit test bug
7 years ago
nhzlx 312fe0ece1 add trt int8 calibration support
7 years ago
nhzlx 4e3522e5b4 add trt int8 support
7 years ago
Yiqun Liu 8bc1c5d2ab
Implement the Tensorrt plugin for elementwise op (#14487)
8 years ago
hjchen2 6a7b995737 Refine commit message to enable ci, test=develop
8 years ago
hjchen2 21f33b4274 Complete PRelu plugin and Conv2d transpose op converter
8 years ago
nhzlx 0b96268057 fix comments
8 years ago
nhzlx d38fd6a0fc add plugin support and offer an simple split sample
8 years ago
qingqing01 abe209234f
Exhaustive search for cuDNN conv. (#14286)
8 years ago
nhzlx 86b99ac953 fix comments and fix bug
8 years ago
nhzlx 849a6874ad fix googlenet bug with relu
8 years ago
nhzlx 1600ba86f6 1. change tensorrt op from cpu to gpu
8 years ago
nhzlx bcd67bdd71 add assert for GetOutput
8 years ago
nhzlx f42ea48996 deal with conflict
8 years ago
nhzlx 2372daff1d there is no batchsize concept in tensorrt's tensor
8 years ago
Yan Chunwei b42ced8eda
bugfix/tensorrt analysis fix subgraph trigger (#12266)
8 years ago
Yan Chunwei 5fd142c3fd
bugfix/trt engine op (#11487)
8 years ago
Yan Chunwei 4f95bc9463
feature/trt engine op test (#11182)
8 years ago
Yan Chunwei 0c0c5df4cb
feature/add TRT fc converter (#11043)
8 years ago
Yan Chunwei 211e131525
feature/tensorrt engine op (#11001)
8 years ago
Yan Chunwei 819038113e Feature/engine refactor (#10497)
8 years ago
Tao Luo 4646c0f35d
Merge pull request #10144 from luotao1/tr_convert_init
8 years ago
Luo Tao beb1245560 add relu converter and unit-test
8 years ago
Abhinav Arora 55f0d84029
Fix Cpplint Issues in fluid/inference/tensorrt/ (#10318)
8 years ago