1. 26 7月, 2022 2 次提交
  2. 22 7月, 2022 1 次提交
  3. 20 7月, 2022 1 次提交
  4. 19 7月, 2022 1 次提交
  5. 18 7月, 2022 2 次提交
  6. 15 7月, 2022 1 次提交
  7. 14 7月, 2022 2 次提交
    • Y
      [Phi]Improve the mechanism for mkldnn kernel in PHI (#43941) · e9b4d0be
      YuanRisheng 提交于
      * adapt mkldnn kernel in PHI
      
      * fix ci compile bugs
      
      * fix compile bugs
      
      * fix compile bugs
      
      * fix compile bugs
      
      * fix compile bugs
      
      * delete comment
      
      * fix compile bugs in windows-inference
      
      * delete code for converage
      
      * modify code by review
      
      * modify code by review
      
      * add todo
      
      * fix compile bugs
      
      * fix compile bugs
      
      * fix compile bugs
      
      * fix unittest bugsx
      e9b4d0be
    • R
      [CustomDevice] add custom ccl 1/2 (#44294) · d88e77a7
      ronnywang 提交于
      * [CustomDevice] add custom ccl api
      
      * add ut
      d88e77a7
  8. 13 7月, 2022 1 次提交
  9. 12 7月, 2022 1 次提交
  10. 06 7月, 2022 1 次提交
  11. 05 7月, 2022 1 次提交
  12. 02 7月, 2022 1 次提交
  13. 28 6月, 2022 1 次提交
  14. 24 6月, 2022 2 次提交
  15. 18 6月, 2022 1 次提交
  16. 16 6月, 2022 1 次提交
  17. 15 6月, 2022 3 次提交
  18. 13 6月, 2022 2 次提交
  19. 09 6月, 2022 1 次提交
  20. 08 6月, 2022 1 次提交
  21. 07 6月, 2022 1 次提交
  22. 05 6月, 2022 1 次提交
  23. 04 6月, 2022 1 次提交
  24. 19 5月, 2022 1 次提交
  25. 13 5月, 2022 1 次提交
  26. 05 5月, 2022 1 次提交
  27. 04 5月, 2022 1 次提交
  28. 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
  29. 21 4月, 2022 1 次提交
  30. 12 4月, 2022 2 次提交
  31. 09 4月, 2022 1 次提交
  32. 01 4月, 2022 1 次提交
    • C
      [Phi]Interploatd kernels into phi (#40855) · d65a7a46
      chentianyu03 提交于
      * add interploate cpu kernel
      
      * fix nullptr bug
      
      * add interpolate gpu kernel
      
      * fix unit test error
      
      * remove raw kernels
      
      * add cuda kernel impl
      
      * add infermeta
      
      * recover accidentally deleted kernels in interpolate op
      
      * fix grad x_grad name error
      
      * remove interpolate_v2_op.h
      
      * rm unused codes
      
      * fix xpu build error
      
      * fix build error
      
      * fix namespace error
      
      * add register header for nup
      
      * fix infermeta error
      
      * modify by review
      
      * add the missing args in test_trt_convert_nearest_interp_v2
      d65a7a46