1. 05 1月, 2018 1 次提交
    • D
      Feature/use cudnn (#7141) · 5593858d
      dzhwinter 提交于
      * "add c++ side kernel selection"
      
      * "add multiple kernel op test"
      
      * "kernel selection only support cudnn"
      
      * "better formatter"
      
      * "small fix with UseCPU"
      
      * "depends on change interface Get(Place, Library)"
      
      * "fix CI"
      
      * "fix python cudnn test"
      
      * "leave the register cudnn op to another PR"
      
      * "fix CI"
      
      * "use all kernel by default"
      
      * "fix CI"
      5593858d
  2. 20 12月, 2017 1 次提交
  3. 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
  4. 11 12月, 2017 1 次提交
  5. 22 11月, 2017 1 次提交
  6. 21 11月, 2017 1 次提交
  7. 15 11月, 2017 1 次提交
  8. 10 11月, 2017 1 次提交
  9. 09 11月, 2017 1 次提交
  10. 08 11月, 2017 1 次提交
  11. 06 11月, 2017 1 次提交
  12. 30 10月, 2017 1 次提交
  13. 26 10月, 2017 1 次提交
  14. 21 10月, 2017 1 次提交
  15. 20 10月, 2017 1 次提交
  16. 17 10月, 2017 1 次提交
  17. 12 10月, 2017 1 次提交
    • Cudnn conv op (#4195) · a3ccbdb3
      武毅 提交于
      * add cudnn_conv_op
      
      * WIP
      
      * update
      
      * update
      
      * fix grad check
      
      * use platform::memory
      
      * add support group for cudnn
      
      * update
      
      * follow comments
      
      * fix onlycpu build
      
      * update cuda define
      
      * follow comments
      
      * follow comments
      
      * merge with updates
      
      * fix compile error
      
      * follow comments
      
      * follow comments
      a3ccbdb3
  18. 28 9月, 2017 1 次提交
  19. 21 9月, 2017 3 次提交
  20. 19 9月, 2017 1 次提交
  21. 18 9月, 2017 3 次提交
  22. 13 9月, 2017 5 次提交
  23. 12 9月, 2017 1 次提交
  24. 11 9月, 2017 1 次提交