Commit Graph

157 Commits (66ead07ef94982f3ace06e6e2947740a1beec177)

Author SHA1 Message Date
Qiyang Min 698698f2fa
Merge branch 'develop' into fix_vlog
7 years ago
qingqing01 abe209234f
Exhaustive search for cuDNN conv. (#14286)
7 years ago
minqiyang 0c3227a523 Change the origin VLOG level to 10 times
7 years ago
nhzlx 5700fafd0f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_googlenet_bug_with_rule
7 years ago
nhzlx 86b99ac953 fix comments and fix bug
7 years ago
nhzlx 2b5edfbc37 Add ceil model pooling for trt (ocr attention)
7 years ago
nhzlx 9d98ca0424 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_googlenet_bug_with_rule
7 years ago
nhzlx 849a6874ad fix googlenet bug with relu
7 years ago
nhzlx 0cb88c34be add op converter
7 years ago
nhzlx d40402f9b7 add dropout and sigmoid op converter
7 years ago
nhzlx 0092ad3285 delete unused log
7 years ago
nhzlx 49bafc05bf fix comments and set name for trt layer and ITensor
7 years ago
nhzlx 3de4556659 concat op && map cnn model support
7 years ago
nhzlx ff052c0e6f merge develop
7 years ago
nhzlx c6a5c4b0c0 add comments for execute in ut_helper
7 years ago
luotao1 808e5b1748 fix tensorrt compiler bug
7 years ago
nhzlx 1bf9d9e90c fix comments
7 years ago
nhzlx 144b20c160 add batch norm op converter
7 years ago
nhzlx 14311bb094 merge develop
7 years ago
Zhaolong Xing e5674f6dde
Merge pull request #12753 from NHZlX/add_benchmark
7 years ago
nhzlx 1e92baf746 fix comments
7 years ago
nhzlx ce7f361a80 fix comments
7 years ago
nhzlx df9cbabcee add pool2d test for global_pooling true
7 years ago
nhzlx 133ec69625 add batch norm trt converter
7 years ago
nhzlx 2bdd20be22 add support for global pooling for trt
7 years ago
nhzlx 1600ba86f6 1. change tensorrt op from cpu to gpu
7 years ago
nhzlx 641f32da8c add softmax op converter
7 years ago
nhzlx 32a9e050bc mapping the variable name inside the subgraph
7 years ago
nhzlx d50f776b27 merge develop
7 years ago
nhzlx 64a08f840f increase the test batch
7 years ago
nhzlx c7e6a11bc1 merge develop
7 years ago
nhzlx 0015df1b12 modify op converter for conv2d
7 years ago
gongweibao 819ac3df0a
Modify style (#12465)
7 years ago
nhzlx 5fcdd81da7 tiny modify
7 years ago
nhzlx f05c7fb8ae Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_tensorrt_conv2d_converter
7 years ago
nhzlx 6f6d552790 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_tensorrt_conv2d_converter
7 years ago
Luo Tao 062556f938 Merge branch 'develop' into unify
7 years ago
nhzlx 98948b975e wrong added file
7 years ago
nhzlx 830aa12c1a add elementwise init code
7 years ago
nhzlx 4f71a3b12b fix a bug
7 years ago
nhzlx c8adfb3451 add paddle_enforce
7 years ago
nhzlx 5533400720 fix comments
7 years ago
Luo Tao 5ba4337698 unify libpaddle_inference_api into libpaddle_fluid
7 years ago
nhzlx 01566fb61b 1. support mutil batch utest 2. support pool op
7 years ago
nhzlx 990741aa85 add weight's dim assert
7 years ago
nhzlx 21890ca0cf Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_tensorrt_pooling_converter
7 years ago
nhzlx fc41eb40b1 add conv2d trt converter
7 years ago
nhzlx 4d49e61ab8 fix comments
7 years ago
nhzlx bcd67bdd71 add assert for GetOutput
7 years ago
nhzlx 7382f98600 1. set ut batch > 1 2. readd the mul op(utest will be added later)
7 years ago
nhzlx bd64979fe9 the argument should not be a const one
7 years ago
nhzlx f42ea48996 deal with conflict
7 years ago
nhzlx 82527696e7 1. we delelte mul op, 2.modify fc and action op 3. modify the test inferface
7 years ago
nhzlx 2372daff1d there is no batchsize concept in tensorrt's tensor
7 years ago
Yan Chunwei b42ced8eda
bugfix/tensorrt analysis fix subgraph trigger (#12266)
7 years ago
nhzlx d384d39a68 add Temporarily add code with bug
7 years ago
Yan Chunwei 5fd142c3fd
bugfix/trt engine op (#11487)
7 years ago
gongweibao d9de6b8621
Add brpc surpport. (#11263)
7 years ago
Yan Chunwei 145aaa4b49
loose threshold of TRT for CI in different model (#11305)
7 years ago
Luo Tao f6fb51a164 add test_mode in trt/activation_op
7 years ago
Luo Tao c73977af03 Merge branch 'develop' into trt
7 years ago
Yan Chunwei 4f95bc9463
feature/trt engine op test (#11182)
7 years ago
Luo Tao e116129f03 rewrite unittest of trt_activation_op
7 years ago
Yan Chunwei 9503dbb173
fix compile error (#11119)
7 years ago
Yan Chunwei 0c0c5df4cb
feature/add TRT fc converter (#11043)
7 years ago
fengjiayi d6997e5bc8
Merge pull request #11083 from JiayiFeng/dev_refine_programdesc_copy
7 years ago
fengjiayi 31f0533c5d fix compile errors
7 years ago
fengjiayi 04ccbed5b8 fix a compile error
7 years ago
gongweibao 4fb7cc7f5e
Move sync_mode device ctx from grpc server (#10881)
7 years ago
Yan Chunwei 211e131525
feature/tensorrt engine op (#11001)
7 years ago
Yan Chunwei f5fc9c3bc1
feature/mul converter (#10841)
7 years ago
Yu Yang d736fb8047 Disable unstable test (#10920)
7 years ago
yuyang18 1b69c25c92 Merge branch 'feature/sequnce_run_tests' into feature/refine_parallel_executor
7 years ago
yuyang18 1426d794ff Force some unittests serial
7 years ago
yuyang18 ceb150e9fa Merge remote-tracking branch 'yx/fix_bce_cdn_link' into feature/refine_parallel_executor
8 years ago
yuyang18 8a42c4749e Disable tests
8 years ago
Kexin Zhao eec1ac8638 fix warning
8 years ago
Luo Tao 1992f70920 Merge branch 'develop' into refine_relu_test
8 years ago
Yan Chunwei 674bd839cd
OpConverter change BlockDesc to proto::BlockDesc (#10623)
8 years ago
Luo Tao 4f5f0be769 use the latest buffer to update the convert
8 years ago
Luo Tao a3ba264c47 Merge branch 'develop' into refine_relu_test
8 years ago
Lei Wang f3ffec23cf
CI: exit when fail any step. (#10579)
8 years ago
Tao Luo 28de0ea404
Merge pull request #10545 from luotao1/fix_tensorrt_engine
8 years ago
Luo Tao 4a5ebb6806 fix tensorrt_engine compiler error
8 years ago
Xin Pan dcb77813aa Revert "CI: rerun failed tests. (#10536)"
8 years ago
Lei Wang 0446220e01
CI: rerun failed tests. (#10536)
8 years ago
Tao Luo 303277f002
Merge pull request #10437 from panyx0718/infer2
8 years ago
Luo Tao 40b8b634f9 Merge branch 'develop' into refine_relu_test
8 years ago
Yan Chunwei 819038113e Feature/engine refactor (#10497)
8 years ago
Xin Pan 6728d96d89 follow comments
8 years ago
Xin Pan 3de43a87ef Add a multi-dim add layer test.
8 years ago
Luo Tao 89dcb0bd15 refine EngineIOConverter, and use io_convert in test_trt_activation_op
8 years ago
Luo Tao 53b401d589 refine io_convert and op_convert
8 years ago
Yan Chunwei 2a2c83b9e6 feature/convert tensorrt io (#10440)
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
Luo Tao 9945265f09 Merge branch 'develop' into tr_convert_init
8 years ago
Luo Tao 6f6f330423 update the register method
8 years ago
Abhinav Arora 83b1a8f6bf
Pending more CPPLint errors in fluid/operators/math (#10243)
8 years ago