1. 18 2月, 2021 1 次提交
  2. 11 1月, 2021 1 次提交
  3. 20 11月, 2020 1 次提交
  4. 16 11月, 2020 1 次提交
  5. 14 10月, 2020 1 次提交
  6. 23 9月, 2020 1 次提交
  7. 05 8月, 2020 1 次提交
  8. 27 5月, 2020 1 次提交
  9. 12 4月, 2020 1 次提交
  10. 03 4月, 2020 1 次提交
    • Z
      support Exhaustive search in dygraph (#23415) · dbfbd7ea
      zhongpu 提交于
      * use global conv cache; test=develop
      
      * use singleton cache; test=develop
      
      * fix format error; test=develop
      
      * add cudnn helper header; test=develop
      
      * fix header error; test=develop
      
      * fix mac unitest; test=develop
      
      * fix mac unitest; test=develop
      
      * fix file format; test=develop
      
      * fix include file error, test=develop
      
      * remove kernel_configs_ in class ExecutionContext and kernel_configs_map_ in class OperatorWithKernel, test=develop
      
      * fix test_elementwise_mul_op_dim, test=develop
      
      * fix compile error, test=develop
      Co-authored-by: Nphlrain <phliuhongyu@126.com>
      dbfbd7ea
  11. 02 4月, 2020 2 次提交
    • Z
      Revert "Exhaustive search (#22821)", test=develop (#23401) · bfb07aaf
      zhongpu 提交于
      This reverts commit 48144e40.
      bfb07aaf
    • Z
      Exhaustive search (#22821) · 48144e40
      zhongpu 提交于
      * use global conv cache; test=develop
      
      * use singleton cache; test=develop
      
      * fix format error; test=develop
      
      * add cudnn helper header; test=develop
      
      * fix header error; test=develop
      
      * fix mac unitest; test=develop
      
      * fix mac unitest; test=develop
      
      * fix file format; test=develop
      
      * fix include file error, test=develop
      
      * remove kernel_configs_ in class ExecutionContext and kernel_configs_map_ in class OperatorWithKernel, test=develop
      
      * fix test_elementwise_mul_op_dim, test=develop
      Co-authored-by: Nphlrain <phliuhongyu@126.com>
      48144e40
  12. 07 1月, 2020 1 次提交
  13. 04 11月, 2019 1 次提交
  14. 09 10月, 2019 1 次提交
  15. 03 9月, 2019 1 次提交
  16. 23 7月, 2019 1 次提交
    • W
      Cudnn convolution reconstruction (#18284) · 6b78e00d
      wangchaochaohu 提交于
      * rewrite the conv_op using cudnn_conv_helper
      
      * add workspace limit for v7 test=develop
      
      * fix test=develop
      
      * add half float test=develop
      
      * fix test=develop
      
      * fix test=develop
      
      * revise code style test=develop
      
      * fix test=develop
      6b78e00d
  17. 10 5月, 2019 1 次提交
    • Q
      Double backward of conv2d. (#17211) · e32c9888
      qingqing01 提交于
      * Add conv2d_grad_grad_op
      * Extracte the cuDNN conv algo searching code in conv_cudnn_helper.h.
          - Now use it in conv2d_grad_grad.
          - Will simply the searching code in conv2d and conv2d_grad in next PR.
      * Enhance and fix bug in unit testing of gradient_checker.
      * Support to fetch empty variables,return None in Python.
      e32c9888