1. 09 7月, 2021 1 次提交
  2. 21 6月, 2021 1 次提交
    • L
      Add AXPY oneDNN handler (#33632) · 773aabc7
      lidanqing 提交于
      * Add oneDNN AXPY handler.
      
      * Add fallback for small tensors.
      
      * Fix ifdefs
      
      * Remove unnecessary namespace prefixes and add missing headers.
      
      * Guard handler_axpy with proper ifdefs.
      
      * Compilation of this function is possible only when Paddle is not build
      with CUDA nor HIP.
      
      * Move AXPY handler code to separate files.
      
      * Use oneDNN AXPY handler in SGD op.
      
      * Use axpy handler only when Paddle is built with oneDNN.
      
      * Add test for SUM BF16 with big rows.
      
      * Fix SFINAE rules for elementwise_add_to.
      
      * Add test case for SGD with big rows.
      
      * update
      
      * update
      Co-authored-by: NAdam Osewski <adam.osewski@intel.com>
      773aabc7
  3. 26 5月, 2021 1 次提交
  4. 06 5月, 2021 1 次提交
  5. 04 2月, 2021 1 次提交
  6. 25 12月, 2020 1 次提交
  7. 10 9月, 2020 1 次提交
  8. 11 5月, 2020 1 次提交
    • C
      Add macro BOOST_GET to enrich the error information of boost :: get (#24175) · aa0f254f
      Chen Weihang 提交于
      * add new macro BOOST_GET_SAFELY & unittests, test=develop
      
      * add different macro type, test=develop
      
      * fix get macro type in executor, test=develop
      
      * four macro part change backup
      
      * using one macro for all case, test=develop
      
      * revert attribute change, test=develop
      
      * change to three func to solve gcc4.8 bug, test=develop
      
      * polish some details, test=develop
      aa0f254f
  9. 30 10月, 2019 1 次提交
  10. 05 9月, 2019 1 次提交
  11. 12 4月, 2019 1 次提交
  12. 09 1月, 2019 1 次提交
  13. 28 12月, 2018 1 次提交
  14. 14 12月, 2018 2 次提交
  15. 26 11月, 2018 1 次提交
  16. 14 11月, 2018 1 次提交
  17. 08 11月, 2018 1 次提交
  18. 27 10月, 2018 2 次提交
  19. 17 10月, 2018 1 次提交
  20. 15 10月, 2018 5 次提交
  21. 12 10月, 2018 1 次提交
  22. 11 10月, 2018 2 次提交
  23. 08 10月, 2018 1 次提交
  24. 18 9月, 2018 1 次提交
  25. 28 4月, 2018 1 次提交
  26. 12 2月, 2018 1 次提交
  27. 10 2月, 2018 2 次提交
  28. 08 2月, 2018 1 次提交
  29. 29 12月, 2017 2 次提交
  30. 27 12月, 2017 1 次提交
  31. 12 12月, 2017 1 次提交
    • Q
      Refine device context (#6433) · 61ec0b95
      QI JUN 提交于
      There are mainly following fixes:
      
      - take `DeviceContext` as the template parameter of math functors and OpKernel instead of `Place`
      - remove `eigen_device` interface in base class  `DeviceContext`
      - remove `GetEigenDevice` interface in `ExecutionContext` and base class `DeviceContext`
      - remove unused `platform::EigenDeviceConverter`
      - rename `REGISTER_OP_GPU_KERNEL` to `REGISTER_OP_CUDA_KERNEL`
      - rename `USE_GPU_ONLY_OP` to `USE_CUDA_ONLY_OP`
      61ec0b95