1. 08 9月, 2021 1 次提交
    • S
      Slice bug (#35357) · 28abd5d8
      Shang Zhizhou 提交于
      * update slice plugin
      
      * add test
      
      * fix code style
      
      * fix trt6
      
      * update test
      
      * fix test
      
      * add timeout
      
      * update trt version
      
      * update cmake
      28abd5d8
  2. 07 9月, 2021 2 次提交
  3. 06 9月, 2021 2 次提交
  4. 04 9月, 2021 1 次提交
  5. 31 8月, 2021 2 次提交
  6. 30 8月, 2021 1 次提交
  7. 27 8月, 2021 2 次提交
  8. 26 8月, 2021 1 次提交
    • S
      Add copy from tensor (#34406) · ac33c0ca
      Shang Zhizhou 提交于
      * add api
      
      * temp save
      
      * revert
      
      * copytocpu async ok
      
      * fix style
      
      * copy sync ok
      
      * fix compile error
      
      * fix compile error
      
      * api done
      
      * update python async api
      
      * fix compile
      
      * remove async python api; add c++ async unittest
      
      * remove python async api
      
      * update unittest
      
      * update unittest
      
      * add C++ unittest for copytensor
      
      * add unittest
      
      * update namespace utils to class TensorUtils
      
      * add unittest
      
      * update unittest
      
      * update unittest
      
      * update code style
      
      * update code style
      
      * update unittest
      ac33c0ca
  9. 25 8月, 2021 3 次提交
  10. 23 8月, 2021 2 次提交
  11. 20 8月, 2021 1 次提交
  12. 19 8月, 2021 2 次提交
    • P
      add resnet50_quant model in PR-CI-INFERENCE (#35012) · 97cae5e8
      Peihan 提交于
      * add slim resnet50 quant model in pr-ci-inference
      
      * enable resnet50_quant multi_thread4_trt_int8_bz1
      
      * remove LOG(FATAL)
      97cae5e8
    • T
      Fix Inference CI CPU/GPU (#34931) · 26213a77
      tianshuo78520a 提交于
      * notest;test=gpu-inference
      
      * notest;test=gpu-inference
      
      * notest;test=gpu-inference
      
      * notest;test=gpu-inference
      
      * fix error
      
      * notest;test=gpu-inference
      
      * notest;test=gpu-inference
      
      * notest;test=gpu-inference
      
      * test=gpu-inference
      26213a77
  13. 18 8月, 2021 1 次提交
  14. 17 8月, 2021 1 次提交
  15. 12 8月, 2021 2 次提交
  16. 11 8月, 2021 1 次提交
  17. 10 8月, 2021 1 次提交
    • C
      copy boost/any.hpp to utils and replace boost::any with self defined any (#34613) · 12892929
      chentianyu03 提交于
      * add any.hpp to utils and replace boost::any with self defined paddle::any
      
      * add copy any.hpp to custom op depends
      
      * modify any.hpp include path
      
      * remove boost from setup.py.in
      
      * add copy any.hpp to custom op depends
      
      * move any.hpp to paddle/utils/ dirs
      
      * move any.h to extension/include direction
      
      * copy utils to right directions
      12892929
  18. 09 8月, 2021 1 次提交
  19. 06 8月, 2021 1 次提交
  20. 05 8月, 2021 2 次提交
  21. 03 8月, 2021 1 次提交
  22. 31 7月, 2021 1 次提交
  23. 29 7月, 2021 1 次提交
    • W
      Tile supported (#34388) · cffa15c5
      wenbin 提交于
      * tile op
      
      * more uts
      
      * disable tile if trt6.0
      
      * typo
      
      * fix timeout issue
      
      * opteller
      
      * opteller remove duplicate code
      
      * comments.	test=document_fix
      
      * modify PADDLE_ENFORCE.
      
      * fix reduce_mean issue
      cffa15c5
  24. 28 7月, 2021 1 次提交
  25. 27 7月, 2021 1 次提交
  26. 21 7月, 2021 2 次提交
  27. 20 7月, 2021 1 次提交
    • Z
      [Paddle-TRT] Add noexcept on methods inherited from TensorRT (#34157) · b5aab4f0
      zlsh80826 提交于
      * add trt noexcept definition
      
      * add trt noexcept on trt plugin
      
      * add trt noexcept on trt int8 calibrator
      
      * remove noexcept on base serialize
      
      * add trt noexcept on split plugin
      
      * add trt noexcept on elementwise plugin
      
      * add trt noexcept on prelu plugin
      
      * add trt noexcept on pool plugin
      
      * add trt noexcept on swish plugin
      
      * add trt noexcept on gelu plugin
      
      * add trt noexcept on layer norm plugin
      
      * add trt noexcept on instance norm plugin
      
      * add trt noexcept on emb eltwise layernorm plugin
      
      * add trt noexcept on qkv2context plugin
      
      * add trt noexcept on skip layernorm plugin
      
      * add trt noexcept on slice plugin
      
      * add trt noexcept on hard swish plugin
      
      * add trt noexcept on stack plugin
      
      * add trt noexcept on special slice plugin
      
      * add trt noexcept on anchor generator plugin
      
      * add trt noexcept on yolobox plugin
      
      * add trt noexcept on roi align plugin
      
      * add trt noexcept on gather nd plugin
      b5aab4f0
  28. 19 7月, 2021 1 次提交
  29. 14 7月, 2021 1 次提交