1. 04 7月, 2023 1 次提交
    • H
      [XPU] Add XPU plugin support (#55101) · 6d5d9f23
      hong19860320 提交于
      * Add XPU plugin to support the customized ops or improve the performance of the fusion ops based on hand-written xpu micro kernels.
      
      * refine README.md
      6d5d9f23
  2. 02 7月, 2023 1 次提交
  3. 28 6月, 2023 2 次提交
  4. 20 6月, 2023 1 次提交
    • X
      [XPU] avoid compile issue in non-xpu env (#54711) · e2690526
      XiaociZhang 提交于
      * [kunlun] avoid compile issue in non-xpu env
      
      also rename macro WITH_XPU_XPTI to WITH_XPTI
      
      * move get_xpti_dependency.sh to tools/xpu
      
      * move get_xpti_dependency.sh to tools/xpu
      
      * call get_xpti_dependency.sh only in need
      e2690526
  5. 19 6月, 2023 1 次提交
  6. 16 6月, 2023 1 次提交
    • J
      [kunlun] support xpu runtime profiler (#54685) · 82eeda69
      jameszhang 提交于
      * [kunlun] support xpu runtime profiler
      
      * fix cmake error
      
      * add libxpti.so to paddle package
      
      * fix for style check
      
      * sync change in setup.py and python/setup.py.in
      
      * remove libxpti.so from paddle output dir in this PR
      82eeda69
  7. 06 6月, 2023 1 次提交
  8. 30 5月, 2023 1 次提交
  9. 23 5月, 2023 1 次提交
  10. 22 5月, 2023 1 次提交
  11. 12 5月, 2023 1 次提交
  12. 11 5月, 2023 1 次提交
  13. 28 4月, 2023 1 次提交
  14. 11 4月, 2023 1 次提交
  15. 30 3月, 2023 1 次提交
  16. 29 3月, 2023 1 次提交
  17. 22 3月, 2023 1 次提交
  18. 20 3月, 2023 1 次提交
  19. 13 3月, 2023 1 次提交
  20. 10 3月, 2023 1 次提交
  21. 06 3月, 2023 1 次提交
  22. 28 2月, 2023 1 次提交
  23. 27 2月, 2023 1 次提交
  24. 22 2月, 2023 1 次提交
  25. 20 2月, 2023 1 次提交
  26. 16 2月, 2023 1 次提交
  27. 31 1月, 2023 1 次提交
  28. 29 1月, 2023 1 次提交
  29. 20 1月, 2023 1 次提交
  30. 18 1月, 2023 1 次提交
    • R
      [PHI] remove bitwise and, or, xor (#49916) · 9056cc8b
      RuohengMa 提交于
      * add reduce_sum_int64 and reduce_sum_int8 xpu kernels
      
      * [PHI] add clip grad kernel with support type float32 and int32
      
      * [PHI unittest] add clip_grad unit test
      
      * adapt code to clang-format
      
      * update xpu api output with clip_grad api
      
      * remove int8 support of reduce_sum xpu kernel since it can not pass unit tests
      
      * adapt license date, add code for XPUDataType convertion
      
      * add int8 support of reduce_sum
      
      * add reduce_sum unit tests for dtype int64, int8, and add more test cases
      
      * update license date
      
      * remove buggy bitwise and, or and xor xpu kernels, refine bitwise not xpu kernel
      
      * change license date
      9056cc8b
  31. 15 1月, 2023 1 次提交
    • R
      support mp on xpu (#49815) · 6a56bce7
      Roc 提交于
      1 update xccl lib
      2 when using comm_ctx, the allocator should be set manually.
      6a56bce7
  32. 11 1月, 2023 1 次提交
  33. 05 1月, 2023 1 次提交
  34. 29 12月, 2022 1 次提交
  35. 19 12月, 2022 1 次提交
  36. 06 12月, 2022 1 次提交
    • Y
      add xpu centered rmsprop (#48658) · 54b756e2
      ykkk2333 提交于
      * add stat tool
      
      * add roll and roll_grad kernels and strided_slice and strided_slice_grad kernels, test=kunlun
      
      * add xpu rmsprop centered, test=kunlun
      54b756e2
  37. 24 11月, 2022 1 次提交
  38. 23 11月, 2022 1 次提交
  39. 21 11月, 2022 1 次提交