1. 30 3月, 2020 1 次提交
  2. 27 3月, 2020 1 次提交
  3. 25 3月, 2020 1 次提交
  4. 19 3月, 2020 1 次提交
  5. 18 3月, 2020 1 次提交
  6. 13 3月, 2020 1 次提交
  7. 12 3月, 2020 1 次提交
  8. 07 3月, 2020 2 次提交
  9. 04 3月, 2020 1 次提交
    • Z
      Add flags to limit gpu memory (#22793) · d41d802b
      Zeng Jinle 提交于
      * add recorded cuda memory apis, fix typo, test=develop
      
      * add more ut, test=develop
      
      * follow comments, test=develop
      
      * fix py35 incompatible issues, test=develop
      d41d802b
  10. 03 3月, 2020 1 次提交
  11. 02 3月, 2020 2 次提交
  12. 26 2月, 2020 1 次提交
  13. 25 2月, 2020 1 次提交
  14. 24 2月, 2020 1 次提交
  15. 23 2月, 2020 1 次提交
  16. 21 2月, 2020 1 次提交
  17. 19 2月, 2020 1 次提交
  18. 18 2月, 2020 1 次提交
  19. 14 2月, 2020 2 次提交
  20. 10 2月, 2020 1 次提交
  21. 07 2月, 2020 1 次提交
  22. 06 2月, 2020 1 次提交
  23. 05 2月, 2020 1 次提交
  24. 31 1月, 2020 1 次提交
    • M
      [DNNL] Fix accuracy in INT8 FC (#22404) · 269db0d1
      Michał Gallus 提交于
      * Enable quantize to reorder to nchw as well
      
      * Correct FC MKL-DNN input dim requirements to accept 3D
      
      * Improve DNNL FC format, error and 3D input handling
      
      test=develop
      
      * Improve error checking in FC
      
      test=develop
      
      * Improve PADDLE_ENFORCE messages in fc-related files
      
      * Remove data layout attribute from obligatory pass args
      
      test=develop
      
      * Fix message in fc_mkldnn_pass to be logically correct
      
      test=develop
      269db0d1
  25. 10 1月, 2020 1 次提交
  26. 09 1月, 2020 3 次提交
  27. 08 1月, 2020 2 次提交
  28. 07 1月, 2020 2 次提交
  29. 06 1月, 2020 3 次提交
  30. 05 1月, 2020 1 次提交
  31. 03 1月, 2020 1 次提交
    • Y
      Add the first implememtation of fusion_group op (#19621) · d4832077
      Yiqun Liu 提交于
      * Add the dynamic load of nvrtc, and support runtime compiling of CUDA kernel using nvrtc.
      test=develop
      
      * Call CUDA driver api to launch the kernel compiled by nvrtc.
      test=develop
      
      * Disable for mac and windows.
      test=develop
      
      * Refine the codes to support manually specified num_threads and workload_per_thread.
      test=develop
      
      * Refine the CUDA kernel to support large dims.
      test=develop
      
      * Add DeviceCodePool to manage all device codes.
      
      * Add the first implementation fusion_group op.
      
      * Add unit-test for fusion_group op.
      
      * Add the check of result.
      
      * Add the check of nvrtc in unit-test.
      test=develop
      
      * Add comment to explain the inputs, outputs and features of fusion_group op.
      test=develop
      
      * Disable fusion_group op for mac and windows.
      test=develop
      
      * Make the compiling of device code return status instead of hanging up.
      test=develop
      
      * Add the check of whether there is CUDA driver library, and do not core dump when failing to call the CUDA driver API.
      
      * Unify fusion_group_op's input and output names.
      test=develop
      
      * Add the check of CUDA driver library in unittest.
      test=develop
      
      * Refine the calling of PADDLE_ENFORCE.
      test=develop
      d4832077