1. 26 12月, 2017 1 次提交
  2. 24 12月, 2017 1 次提交
    • D
      Feature/operator run place (#6783) · 735eba29
      dzhwinter 提交于
      * "change operator interface"
      
      * "move devicepool to device_context"
      
      * "fix operator test"
      
      * "fix op_registry Run interface"
      
      * "net op passed. Need to fix nccl multi-Context"
      
      * "add nccl group function"
      
      * "add nccl group function"
      
      * "fix gpu count exceed 32 error"
      
      * "fix recurrent op, nccl op"
      
      * "change the other operators interface with Place"
      
      * "fix typo"
      
      * "fix pybind"
      
      * "fix device in python side"
      
      * "fix pybind failed"
      
      * "add init for test"
      
      * "fix CI"
      735eba29
  3. 15 12月, 2017 1 次提交
  4. 07 12月, 2017 1 次提交
  5. 29 11月, 2017 1 次提交
  6. 24 11月, 2017 1 次提交
  7. 11 11月, 2017 2 次提交
  8. 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
  9. 24 10月, 2017 2 次提交
  10. 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
  11. 16 10月, 2017 1 次提交
  12. 15 10月, 2017 1 次提交
  13. 31 8月, 2017 1 次提交
  14. 10 8月, 2017 4 次提交
  15. 04 8月, 2017 1 次提交
  16. 15 7月, 2017 1 次提交
  17. 13 7月, 2017 1 次提交
  18. 12 7月, 2017 1 次提交
  19. 11 7月, 2017 2 次提交
  20. 04 7月, 2017 3 次提交