1. 06 5月, 2021 1 次提交
  2. 04 2月, 2021 1 次提交
  3. 25 12月, 2020 1 次提交
  4. 10 9月, 2020 1 次提交
  5. 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
  6. 30 10月, 2019 1 次提交
  7. 05 9月, 2019 1 次提交
  8. 12 4月, 2019 1 次提交
  9. 09 1月, 2019 1 次提交
  10. 28 12月, 2018 1 次提交
  11. 14 12月, 2018 2 次提交
  12. 26 11月, 2018 1 次提交
  13. 14 11月, 2018 1 次提交
  14. 08 11月, 2018 1 次提交
  15. 27 10月, 2018 2 次提交
  16. 17 10月, 2018 1 次提交
  17. 15 10月, 2018 5 次提交
  18. 12 10月, 2018 1 次提交
  19. 11 10月, 2018 2 次提交
  20. 08 10月, 2018 1 次提交
  21. 18 9月, 2018 1 次提交
  22. 28 4月, 2018 1 次提交
  23. 12 2月, 2018 1 次提交
  24. 10 2月, 2018 2 次提交
  25. 08 2月, 2018 1 次提交
  26. 29 12月, 2017 2 次提交
  27. 27 12月, 2017 1 次提交
  28. 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
  29. 23 11月, 2017 1 次提交
  30. 27 10月, 2017 1 次提交
    • Q
      add sparse support for sum op (#5093) · 7f8574c0
      QI JUN 提交于
      * add sparse support for sum op
      
      * typo fix
      
      * fix gpu build error
      
      * fix unittest error
      
      * typo fix
      
      * infer var type and shape in op_test
      
      * follow comments
      
      * fix build error
      
      * bypass some unittests depend on NetOp
      7f8574c0
  31. 16 10月, 2017 1 次提交