1. 19 10月, 2022 1 次提交
  2. 17 10月, 2022 1 次提交
  3. 18 9月, 2022 1 次提交
  4. 14 9月, 2022 1 次提交
  5. 01 8月, 2022 1 次提交
  6. 22 7月, 2022 1 次提交
  7. 18 7月, 2022 1 次提交
  8. 12 7月, 2022 1 次提交
  9. 28 6月, 2022 1 次提交
  10. 24 6月, 2022 2 次提交
  11. 18 6月, 2022 1 次提交
  12. 15 6月, 2022 2 次提交
  13. 13 6月, 2022 1 次提交
  14. 09 6月, 2022 1 次提交
  15. 05 6月, 2022 1 次提交
  16. 04 6月, 2022 1 次提交
  17. 04 5月, 2022 1 次提交
  18. 22 4月, 2022 1 次提交
    • M
      [WIP] Algorithm Cache of cuBlasLt Epilogue (#41010) · 19650d72
      Ming-Xu Huang 提交于
      * Fix leading dimension setting error in fused_gemm_epilogue_grad_op.
      
      * Add dyload to cuBlasLt functions.
      
      * Added cublasLtMatmulAlgoGetHeuristic to improve performance.
      
      * Added FLAGS_cublaslt_exhaustive_search_times to cublasLt epilogue
      
      * Added UTs to FLAGS_cublaslt_exhaustive_search_times
      
      * Added warmup runs in algo searching of Gemm epilogue.
      
      * Update copyright and documents.
      
      * Fixed error handling.
      19650d72
  19. 11 3月, 2022 1 次提交
  20. 28 2月, 2022 1 次提交
  21. 24 2月, 2022 1 次提交
  22. 22 2月, 2022 1 次提交
    • X
      change Vector to std::vector and provide MixVector class as a helper … (#39559) · 728c0624
      xiongkun 提交于
      * change Vector to std::vector and provide MixVector class as a helper wrapper class
      
      * solve the multi-gpu hang problem
      
      * remove the duplicate template instantialize
      
      * Copy vector to cpu
      
      * add CopyToCPU
      
      * xxx
      
      * final version: fix the problem of all reduce
      
      * remove mixvector dependence
      
      * fix
      
      * merge
      
      * fix code
      
      * fix by CI
      728c0624
  23. 20 2月, 2022 1 次提交