1. 20 2月, 2022 1 次提交
  2. 11 2月, 2022 1 次提交
  3. 08 2月, 2022 1 次提交
  4. 25 1月, 2022 1 次提交
    • W
      [Move selected_rows PR #3] Change the relationship of [include/Cmake]. (#39128) · 2bafd338
      Weilong Wu 提交于
      * Added selected_rows and rw_lock to pten
      
      * Renamed the unit test target to fix CI
      
      * Removed Class SelectedRows in Fluid, changed include/cmake relationship, use pten::SelectedRows in Fluid
      
      * Remove rw_lock.h,rw_lock_test.cc in fluid
      
      * Use pten::RWLock and pten::AutoRDLock, fix CI
      
      * Use pten::SelectedRows
      
      * Use pten::SelectedRows
      
      * Fix to pass NPU CI
      
      * Use pten::SelectedRows, to pass NPU CI
      
      * To fix NPU CI
      
      * To fix NPU CI again
      2bafd338
  5. 18 1月, 2022 1 次提交
  6. 12 1月, 2022 1 次提交
  7. 04 1月, 2022 1 次提交
  8. 27 12月, 2021 1 次提交
  9. 22 10月, 2021 1 次提交
  10. 03 3月, 2021 1 次提交
  11. 23 10月, 2020 1 次提交
  12. 03 9月, 2020 1 次提交
  13. 28 8月, 2020 1 次提交
    • Y
      Fix clip input check (#26683) · 63eef763
      Yang Zhang 提交于
      * Fix clip input check
      
      * Fix default min/max value
      
      * Allow both max and min to be None
      
      * Register op change
      
      * Revert OP signature change
      63eef763
  14. 05 8月, 2020 1 次提交
  15. 20 4月, 2020 1 次提交
  16. 20 9月, 2018 1 次提交
  17. 12 2月, 2018 1 次提交
  18. 10 2月, 2018 2 次提交
  19. 26 12月, 2017 1 次提交
  20. 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
  21. 28 9月, 2017 1 次提交
  22. 21 9月, 2017 2 次提交
  23. 20 9月, 2017 3 次提交
  24. 18 9月, 2017 1 次提交
  25. 07 9月, 2017 2 次提交