1. 08 1月, 2019 2 次提交
  2. 02 1月, 2019 1 次提交
  3. 15 9月, 2018 1 次提交
  4. 05 7月, 2018 1 次提交
  5. 10 4月, 2018 1 次提交
  6. 12 2月, 2018 1 次提交
  7. 10 2月, 2018 2 次提交
  8. 04 1月, 2018 1 次提交
  9. 27 12月, 2017 4 次提交
  10. 25 12月, 2017 2 次提交
  11. 24 12月, 2017 1 次提交
    • D
      Feature/operator run place (#6783) · 735eba29
      dzhwinter 提交于
      * "change operator interface"
      
      * "move devicepool to device_context"
      
      * "fix operator test"
      
      * "fix op_registry Run interface"
      
      * "net op passed. Need to fix nccl multi-Context"
      
      * "add nccl group function"
      
      * "add nccl group function"
      
      * "fix gpu count exceed 32 error"
      
      * "fix recurrent op, nccl op"
      
      * "change the other operators interface with Place"
      
      * "fix typo"
      
      * "fix pybind"
      
      * "fix device in python side"
      
      * "fix pybind failed"
      
      * "add init for test"
      
      * "fix CI"
      735eba29
  12. 18 12月, 2017 1 次提交
  13. 14 12月, 2017 1 次提交
  14. 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
  15. 05 10月, 2017 1 次提交
  16. 29 9月, 2017 1 次提交
  17. 14 9月, 2017 1 次提交
  18. 13 9月, 2017 1 次提交
  19. 22 8月, 2017 1 次提交
  20. 15 8月, 2017 1 次提交
  21. 05 8月, 2017 1 次提交
  22. 12 7月, 2017 6 次提交
  23. 10 7月, 2017 1 次提交
    • Q
      implement DeviceContext (#2709) · 1038bc46
      QI JUN 提交于
      * add device_context
      
      * add unittest for device_context
      
      * transfer to use function paddle::platform::throw_on_error
      
      * fix cuda build error
      
      * using dynload functions
      
      * follow comments
      1038bc46