1. 08 6月, 2023 1 次提交
  2. 02 6月, 2023 1 次提交
  3. 26 5月, 2023 2 次提交
    • Y
      [PHI Decoupling]Create PHI shared lib (#53735) · da50a009
      YuanRisheng 提交于
      * create phi so
      
      * fix ci bugs
      
      * fix py3 bugs
      
      * add file
      
      * fix py3 bugs
      
      * fix windows bugs
      
      * perfect so
      
      * fix py3 bugs
      
      * delete all static target in phi
      
      * fix windows bugs
      
      * fix py3 bugs
      
      * fix ci bugs
      
      * fix windows bugs
      
      * fix bugs: gflags can't be linked by dynamic and static lib
      
      * fix bugs that can not load 3rd party
      
      * fix ci bugs
      
      * fix compile bugs
      
      * fix py3 bugs
      
      * fix conflict
      
      * fix xpu bugs
      
      * fix mac compile bugs
      
      * fix psgpu bugs
      
      * fix inference failed
      
      * deal with conflict
      
      * fix LIBRARY_PATH bug
      
      * fix windows bugs
      
      * fix onednn error
      
      * fix windows compile bugs
      
      * fix windows compile bugs
      
      * fix test_cuda_graph_static_mode_error aborted
      
      * fix windows bugs
      
      * fix mac-python3 error
      
      * fix hip compile bugs
      
      * change mode to static
      
      * change to static mode
      
      * fix ci bugs
      
      * fix py3 bugs
      
      * fix windows bugs
      
      * fix bugs
      
      * add static flag
      
      * add PADDLE_API
      
      * change position of PADDLE_API
      
      * fix windows bugs
      
      * change mode to dynamic lib
      
      * fix windows static bugs
      
      * deal with conflict
      
      * fix windows unit bug
      
      * fix coverage
      
      * deal with conflict
      
      * fix windows-inference
      
      * fix py3 bugs
      
      * fix bugs when compile type_info
      
      * fix compile bugs
      
      * fix py3 bugs
      
      * fix windows bugs
      
      * fix windows openblas
      
      * fix xpu bugs
      
      * fix enforce_test in windows
      
      * update code according comment
      
      * fix windows cmake bug
      
      * fix windows bugs
      
      * fix windows bugs
      
      * delete cinn unittest
      
      * fix cinn bugs
      
      ---------
      Co-authored-by: HappyHeavyRain's avatarlzydev <1528794076@qq.com>
      da50a009
    • J
      [XPU] fix l3 malloc (#54114) · 85907b58
      jiangfan06 提交于
      85907b58
  4. 23 5月, 2023 1 次提交
  5. 22 5月, 2023 2 次提交
  6. 19 5月, 2023 1 次提交
  7. 18 5月, 2023 1 次提交
  8. 12 5月, 2023 2 次提交
  9. 11 5月, 2023 2 次提交
  10. 09 5月, 2023 1 次提交
  11. 08 5月, 2023 1 次提交
  12. 06 5月, 2023 2 次提交
  13. 04 5月, 2023 1 次提交
  14. 27 4月, 2023 1 次提交
  15. 24 4月, 2023 1 次提交
  16. 19 4月, 2023 1 次提交
  17. 13 4月, 2023 3 次提交
  18. 12 4月, 2023 1 次提交
  19. 11 4月, 2023 1 次提交
  20. 10 4月, 2023 1 次提交
  21. 04 4月, 2023 1 次提交
  22. 03 4月, 2023 1 次提交
  23. 29 3月, 2023 1 次提交
  24. 28 3月, 2023 1 次提交
  25. 27 3月, 2023 1 次提交
  26. 24 3月, 2023 2 次提交
  27. 23 3月, 2023 1 次提交
  28. 21 3月, 2023 2 次提交
    • E
      fix mutable of custom place (#51710) · cb1d6b50
      engineer1109 提交于
      remove namespace
      
      codestyle
      
      move setPlace to Public
      
      fix devicetype
      cb1d6b50
    • iSerendipity's avatar
      [PHI decoupling] Move DataType* from paddle:experimental to phi namespace (#51716) · 4638a62e
      iSerendipity 提交于
      * move DataType from paddle::experimental to phi
      
      * convert namespace
      
      * convert namespace
      
      * convert namespace
      
      * clarify namespace
      
      * convert more datatype
      
      * Revert "convert more datatype"
      
      This reverts commit 083b462959e6a22d4d8767707b628b95b396642e.
      
      * convert more in auto_code_generator
      
      * fix conflicts for XPU
      
      * fix namespace conflicts
      
      * fix errors
      
      * Revert "fix errors"
      
      This reverts commit f9d9958b54ee32141112274c8a5c3c381ab0f876.
      
      * fix errors
      
      * fix formatting
      4638a62e
  29. 20 3月, 2023 1 次提交
    • S
      [Hackathon NO.71] 为 Paddle-TRT 添加 pad3d 算子 (#50986) · c36e3fd2
      Sonder 提交于
      * update codes about pad3d
      
      * add codes about Tensor type Padding
      
      * update
      
      * 更新单测文件
      
      * format code style
      
      * update and to &&'
      
      * rewrite codes about pad3d
      
      * add codes about converting paddle pad format to tensorrt pad format
      
      * fix some errors
      
      * 指定trt版本范围
      
      * 修正dims初始化方式
      
      * fix code style
      
      * update test pad values
      
      * 指定pad3d trt版本
      
      * 更新 单测 文件范围
      
      * 更新单测文件
      
      * update pad3d paddings convert codes
      
      * update pad3d
      
      * add static mode support
      
      * update test file
      
      * fix bugs about dynamic mode test codes
      
      * fix bug and add limite in op_teller
      
      * use a new padding convert method[ITensor* padding with using Slice to split the pre_pad and the  post pad]
      
      * fix PADDLE_THROW grammaly error
      
      * update test codes
      
      * 添加对于Tensor padding 的 size 判断
      c36e3fd2
  30. 16 3月, 2023 1 次提交
    • X
      add index select op (#51498) · 543da561
      xjmxyt 提交于
      * add index select op
      
      * add to op teller
      
      * add trt version control
      
      * delete useless code
      543da561
  31. 14 3月, 2023 1 次提交