1. 01 4月, 2021 1 次提交
  2. 02 3月, 2021 1 次提交
  3. 15 12月, 2020 1 次提交
  4. 01 12月, 2020 1 次提交
  5. 25 11月, 2020 1 次提交
  6. 14 10月, 2020 1 次提交
  7. 17 9月, 2020 1 次提交
  8. 14 9月, 2020 1 次提交
  9. 03 9月, 2020 1 次提交
  10. 21 8月, 2020 1 次提交
    • Q
      support Baidu Kunlun AI Accelerator (#25959) · 138ecf24
      QingshuChen 提交于
      * support Baidu AI Accelerator
        * test=kunlun
      
      * minor
       * test=kunlun
      
      * support xpu op in separate file
       * test=kunlun
      
      * update XPU error message and remove duplicated code
      
       * test=kunlun
      
      * minor
       * test=kunlun
      
      * minor
       * test=kunlun
      138ecf24
  11. 03 6月, 2020 1 次提交
  12. 12 12月, 2018 1 次提交
  13. 30 9月, 2018 1 次提交
  14. 03 9月, 2018 1 次提交
  15. 31 8月, 2018 1 次提交
  16. 27 8月, 2018 1 次提交
  17. 20 6月, 2018 1 次提交
  18. 16 5月, 2018 1 次提交
  19. 04 5月, 2018 1 次提交
  20. 03 5月, 2018 1 次提交
  21. 28 4月, 2018 1 次提交
  22. 25 4月, 2018 2 次提交
  23. 27 3月, 2018 1 次提交
  24. 17 3月, 2018 1 次提交
  25. 16 3月, 2018 1 次提交
  26. 09 3月, 2018 1 次提交
    • K
      Add float16 GEMM math function on GPU (#8695) · 90215b78
      kexinzhao 提交于
      * test cpu float16 data transform
      
      * add isnan etc
      
      * small fix
      
      * fix containsNAN test error
      
      * add data_type transform GPU test
      
      * add float16 GPU example
      
      * fix error
      
      * fix GPU test error
      
      * initial commit
      
      * fix error
      
      * small fix
      
      * add more gemm fp16 tests
      
      * fix error
      
      * add utility function
      90215b78
  27. 07 3月, 2018 1 次提交
    • K
      Integrate float16 into data_type_transform (#8619) · 266ccaa8
      kexinzhao 提交于
      * test cpu float16 data transform
      
      * add isnan etc
      
      * small fix
      
      * fix containsNAN test error
      
      * add data_type transform GPU test
      
      * add float16 GPU example
      
      * fix error
      
      * fix GPU test error
      
      * add context wait
      266ccaa8
  28. 12 2月, 2018 1 次提交
  29. 10 2月, 2018 2 次提交
  30. 03 2月, 2018 1 次提交
  31. 02 1月, 2018 1 次提交
    • D
      Feature/transform (#7111) · 899a79cc
      dzhwinter 提交于
      * "fix data transform"
      
      * "data transformer"
      
      * "add device pool"
      
      * "add test"
      
      * "fix ci"
      
      * "fix datalayout implementation "
      
      * "fix based on comment"
      899a79cc
  32. 26 12月, 2017 2 次提交
  33. 25 12月, 2017 2 次提交
  34. 15 12月, 2017 1 次提交
  35. 12 12月, 2017 2 次提交
    • 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
    • T
      unify MKL macro definition · 69b44f2f
      tensor-tang 提交于
      69b44f2f