1. 16 7月, 2019 1 次提交
  2. 12 6月, 2019 1 次提交
    • W
      Fix scatter and gather op when has duplicate index (#17952) · 8eb134c3
      wawltor 提交于
      * test=develop
      The scatter op has a calc bug when the indices has same index, the scatter op use overwrite mode to calculate the same index, fix this bug by using the accumulate mode to calculate the same index.At the same time, the gather op has the same bug when the op calc the grad. And we use the lib of open-blas and eigen to optimize the time cost in accumulate mode.
      
      * test=develop
      Fix some code format problem, and the same time add the test case in gather and scatter op
      8eb134c3
  3. 14 4月, 2018 1 次提交
  4. 15 3月, 2018 1 次提交
  5. 12 2月, 2018 1 次提交
  6. 10 2月, 2018 2 次提交
  7. 26 12月, 2017 1 次提交
  8. 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
  9. 20 10月, 2017 1 次提交
  10. 04 10月, 2017 1 次提交
  11. 03 10月, 2017 1 次提交
  12. 29 9月, 2017 3 次提交
  13. 04 9月, 2017 1 次提交
  14. 26 8月, 2017 1 次提交
  15. 25 8月, 2017 1 次提交
  16. 07 8月, 2017 1 次提交
  17. 04 8月, 2017 1 次提交
  18. 31 7月, 2017 1 次提交
  19. 25 7月, 2017 1 次提交
  20. 19 7月, 2017 1 次提交