1. 28 6月, 2022 1 次提交
  2. 24 6月, 2022 2 次提交
  3. 18 6月, 2022 1 次提交
  4. 15 6月, 2022 2 次提交
  5. 13 6月, 2022 1 次提交
  6. 09 6月, 2022 1 次提交
  7. 05 6月, 2022 1 次提交
  8. 04 6月, 2022 1 次提交
  9. 04 5月, 2022 1 次提交
  10. 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
  11. 11 3月, 2022 1 次提交
  12. 28 2月, 2022 1 次提交
  13. 24 2月, 2022 1 次提交
  14. 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
  15. 20 2月, 2022 1 次提交