1. 25 1月, 2022 1 次提交
  2. 30 12月, 2021 1 次提交
  3. 03 12月, 2021 1 次提交
  4. 08 10月, 2021 1 次提交
  5. 04 8月, 2021 1 次提交
  6. 02 6月, 2021 1 次提交
  7. 26 5月, 2021 1 次提交
    • W
      optimize OP's compilation time (#32617) · 78ecb668
      wuhuanzhou 提交于
      * optimize OP's compilation time, test=develop
      
      * add more op and run ci test, test=develop
      
      * CUDA Kernel register in cc file, test=develop
      
      * fix macros, test=develop
      
      * fix undefined symbol error, test=develop
      
      * fix compilation error and undefined symbol, test=develop
      
      * fix compilation error on Windows, test=develop
      
      * fix compilation error on Windows, test=develop
      78ecb668
  8. 18 2月, 2021 1 次提交
  9. 11 1月, 2021 1 次提交
  10. 20 11月, 2020 1 次提交
  11. 16 11月, 2020 1 次提交
  12. 14 10月, 2020 1 次提交
  13. 23 9月, 2020 1 次提交
  14. 05 8月, 2020 1 次提交
  15. 27 5月, 2020 1 次提交
  16. 12 4月, 2020 1 次提交
  17. 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
  18. 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
  19. 07 1月, 2020 1 次提交
  20. 04 11月, 2019 1 次提交
  21. 09 10月, 2019 1 次提交
  22. 03 9月, 2019 1 次提交
  23. 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
  24. 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