Commit Graph

14104 Commits (05993c3ff3f8bfce449550e1d02dc0fe48dffaab)

Author SHA1 Message Date
Zhen Wang 41b8cf0bae
Merge pull request #16162 from wzzju/fix_nan_static_quant
6 years ago
Zhen Wang 94b7c1ea7b
Merge pull request #16107 from wzzju/add_graph_clone
6 years ago
wopeizl 85709f4378
restore the exception caught since it is necessary for python call stack (#16160)
6 years ago
Zhen Wang 5420cf95f5
Merge pull request #16070 from wzzju/channel_wise_quant_op
6 years ago
Zhen Wang 5685a48c23 Add some fixme. test=develop
6 years ago
Zhen Wang ac6ef06ffa Add the Clone method in Graph. test=develop
6 years ago
Zhen Wang 01eddf125c Not add graph copy construction method. test=develop
6 years ago
Zhen Wang 1b9c8d5f06 add clone function for IrGraph. test=develop
6 years ago
Tao Luo ccc7c358b3
Merge pull request #16104 from tensor-tang/refine/jit
6 years ago
Tao Luo c49b7855fa
Merge pull request #16120 from Xreki/fix_cmake_compress
6 years ago
Qiyang Min 1f4aa7a202 Imperative remove all descs (#16045)
6 years ago
Zeng Jinle 472f16b5aa
Merge pull request #16063 from sneaxiy/enhance_gc
6 years ago
Tao Luo e31f6e9831
Merge pull request #16146 from luotao1/zero_copy
6 years ago
tensor-tang 14d871121b enhance jitkernel unit test
6 years ago
Liu Yiqun 4e052e0ac9 Disable inference download for WIN32 temporary.
6 years ago
chengduo ad80bde824
Revert "Revert "Add Event for TensorCopy"" (#16035)
6 years ago
luotao1 1283833395 zero_copy tensor support INT32
6 years ago
tensor-tang cfc83c1445 refine jitcodekey and enhance unit tests
6 years ago
tensor-tang 6ff230a624 Merge remote-tracking branch 'ups/develop' into refine/jit
6 years ago
luotao1 31c4e1d9fc Merge branch 'develop' into zero_copy
6 years ago
wopeizl a38db3cb99
Fixrecordio (#16124)
6 years ago
Cheerego 3c60446e59
fix deadlink (#16129)
6 years ago
luotao1 9e2c7e69fb simplify the zero_copy tests
6 years ago
sneaxiy 732fa00eaf disable gc in recurrent_op currently
6 years ago
tensor-tang 45bdd84dac enhance the jitkernel helper and add unit tests
6 years ago
ceci3 415d74a08e Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into npair_loss0
6 years ago
luotao1 aeee4cbe71 add compare between zerocopy and analysis
6 years ago
Liu Yiqun 6bb84b74b2 Change the download and compress command of cmake.
6 years ago
ceci3 3e0eb55515 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into npair_loss0
6 years ago
tensor-tang 14a764c930 simplify the jitkernel templates and tests
6 years ago
ceci3 8b86c12e46 test=develop, update API.spec
6 years ago
Tao Luo 25ca2ca001 change init_idx to INT32 in transformer_test
6 years ago
ceci3 c8610739c3 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into npair_loss0
6 years ago
Yiqun Liu 66ead07ef9 Make parent_idx a dispensable output for beam_search op to support models saved by older paddle version. (#16106)
6 years ago
Yihua Xu 0a45441a84 Fix the node's order issue when the content of graph is changed (#16088)
6 years ago
nhzlx 2891070c66 cant not pass ci
6 years ago
lidanqing 717bbc087b Add INT32 support. INT32 in last switch case
6 years ago
nhzlx 93edcd773b 7 refine zero copy
6 years ago
nhzlx 4b59646ed1 fix comments and fix cpplint
6 years ago
nhzlx 5863c86143 6. delete useless predictor id
6 years ago
nhzlx f3d164faad 5. add static trt load model
6 years ago
nhzlx 31008100ba 4. do the trt_engine optim during init.
6 years ago
nhzlx 4f77248dd8 3. when runing in trt mode, do not allocate memory for parameters in fluid.
6 years ago
nhzlx 8c17190279 2. TRTEngine using stream only when execute.
6 years ago
nhzlx 88c24baa25 add static model load for trt
6 years ago
Tao Luo e5e7e9b865 Merge branch 'develop' into transformer_ut
6 years ago
Yiqun Liu 5bde120243
Make parent_idx a dispensable output for beam_search op to support models saved by older paddle version. (#16106)
6 years ago
Tao Luo 6f2581e4c5
Merge pull request #16090 from lidanqing-intel/paddle-int32
6 years ago
Yihua Xu 40f1dd818b Fix the node's order issue when the content of graph is changed (#16088)
6 years ago
Zhaolong Xing 3d63aa0a11
Merge pull request #15729 from NHZlX/add_static_model_load_for_trt
6 years ago