1. 13 6月, 2019 1 次提交
    • W
      Fix gather and scatter op has same index bug cherry-pick from #17952 · 072347ff
      wawltor 提交于
      test=release/1.5
      cherry-pick from #17952
      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.
      072347ff
  2. 14 4月, 2018 1 次提交
  3. 15 3月, 2018 1 次提交
  4. 12 2月, 2018 1 次提交
  5. 10 2月, 2018 2 次提交
  6. 26 12月, 2017 1 次提交
  7. 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
  8. 20 10月, 2017 1 次提交
  9. 04 10月, 2017 1 次提交
  10. 03 10月, 2017 1 次提交
  11. 29 9月, 2017 3 次提交
  12. 04 9月, 2017 1 次提交
  13. 26 8月, 2017 1 次提交
  14. 25 8月, 2017 1 次提交
  15. 07 8月, 2017 1 次提交
  16. 04 8月, 2017 1 次提交
  17. 31 7月, 2017 1 次提交
  18. 25 7月, 2017 1 次提交
  19. 19 7月, 2017 1 次提交