1. 29 8月, 2023 1 次提交
  2. 25 8月, 2023 1 次提交
  3. 23 8月, 2023 1 次提交
  4. 03 8月, 2023 1 次提交
  5. 12 7月, 2023 1 次提交
  6. 07 7月, 2023 1 次提交
  7. 03 7月, 2023 1 次提交
  8. 15 6月, 2023 1 次提交
  9. 10 4月, 2023 1 次提交
  10. 21 3月, 2023 1 次提交
    • 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
  11. 13 3月, 2023 1 次提交
  12. 31 1月, 2023 1 次提交
  13. 23 8月, 2022 1 次提交
  14. 22 8月, 2022 1 次提交
  15. 26 7月, 2022 1 次提交
  16. 14 7月, 2022 1 次提交
  17. 12 7月, 2022 1 次提交
  18. 05 7月, 2022 1 次提交
  19. 16 3月, 2022 1 次提交
  20. 03 3月, 2022 1 次提交
  21. 20 2月, 2022 1 次提交
  22. 18 2月, 2022 1 次提交
  23. 15 2月, 2022 1 次提交
    • R
      [PluggableDevice] Add custom runtime support (#38740) · 3e7825f3
      ronnywang 提交于
      * [CustomRuntime] Add DeviceManager
      
      * [CustomRuntime] Add DeviceInterface
      
      * [CustomRuntime] Add Stream, Event, DeviceGuard, CallbackManager
      
      * [CustomRuntime] Add plug-in device
      
      * [CustomRuntime] Memory module support PluggableDevice
      
      * [CustomRuntime] Add WITH_PLUGGABLE_DEVICE cmake option
      
      * update
      
      * [API] update API doc based on comments, test=develop
      Co-authored-by: Nqili93 <qili93@qq.com>
      3e7825f3