1. 25 8月, 2023 1 次提交
  2. 23 8月, 2023 1 次提交
  3. 03 8月, 2023 1 次提交
  4. 12 7月, 2023 1 次提交
  5. 07 7月, 2023 1 次提交
  6. 03 7月, 2023 1 次提交
  7. 15 6月, 2023 1 次提交
  8. 10 4月, 2023 1 次提交
  9. 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
  10. 13 3月, 2023 1 次提交
  11. 31 1月, 2023 1 次提交
  12. 23 8月, 2022 1 次提交
  13. 22 8月, 2022 1 次提交
  14. 26 7月, 2022 1 次提交
  15. 14 7月, 2022 1 次提交
  16. 12 7月, 2022 1 次提交
  17. 05 7月, 2022 1 次提交
  18. 16 3月, 2022 1 次提交
  19. 03 3月, 2022 1 次提交
  20. 20 2月, 2022 1 次提交
  21. 18 2月, 2022 1 次提交
  22. 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