1. 15 12月, 2017 1 次提交
  2. 14 12月, 2017 2 次提交
  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. 07 12月, 2017 2 次提交
  5. 05 12月, 2017 1 次提交
  6. 01 12月, 2017 3 次提交
  7. 29 11月, 2017 1 次提交
  8. 28 11月, 2017 2 次提交
  9. 27 11月, 2017 3 次提交
  10. 24 11月, 2017 1 次提交
  11. 23 11月, 2017 1 次提交
  12. 16 11月, 2017 1 次提交
  13. 15 11月, 2017 1 次提交
  14. 13 11月, 2017 3 次提交
  15. 11 11月, 2017 2 次提交
  16. 08 11月, 2017 2 次提交
  17. 31 10月, 2017 1 次提交
  18. 26 10月, 2017 1 次提交
    • Q
      Cudnn batch norm op (#5067) · 56b723c4
      Qiao Longfei 提交于
      * init cudnn batch norm op
      
      * rename batch_norm_cudnn_op.cc batch_norm_op.cu
      
      * correct name style
      
      * add ExtractNCWHD, simplify code
      
      * fix ExtractNCWHD
      
      * use CUDNN_ENFORCE instead of PADDLE_ENFORCE
      56b723c4
  19. 25 10月, 2017 1 次提交
  20. 24 10月, 2017 2 次提交
  21. 18 10月, 2017 1 次提交
    • M
      MatMul operator (#4856) · 16489827
      Markus Kliegl 提交于
      * initial matmul operator
      
      Similar to np.matmul, but also has transpose_X and transpose_Y flags,
      and only supports tensors from rank 1 to 3 inclusive.
      
      For GPU, uses cublas?gemmStridedBatched. For CPU, uses
      cblas_?gemm_batch if available via MKL; otherwise a simple serial
      implementation that loops over the batch dimension is employed for now.
      16489827
  22. 16 10月, 2017 1 次提交
  23. 15 10月, 2017 1 次提交
  24. 14 10月, 2017 1 次提交
  25. 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
  26. 10 10月, 2017 2 次提交
  27. 07 10月, 2017 1 次提交