1. 01 Oct, 2025 1 commit
  2. 23 Sep, 2025 1 commit
  3. 17 Sep, 2025 1 commit
  4. 13 Sep, 2025 1 commit
  5. 05 Aug, 2025 1 commit
  6. 30 Jul, 2025 1 commit
  7. 26 Jul, 2025 1 commit
  8. 22 Jul, 2025 2 commits
  9. 16 Jun, 2025 1 commit
  10. 12 Jun, 2025 1 commit
  11. 03 Jun, 2025 1 commit
  12. 14 May, 2025 1 commit
  13. 07 May, 2025 1 commit
  14. 31 Mar, 2025 2 commits
  15. 15 Mar, 2025 1 commit
  16. 14 Mar, 2025 1 commit
  17. 11 Mar, 2025 1 commit
  18. 27 Feb, 2025 1 commit
  19. 25 Feb, 2025 1 commit
  20. 20 Feb, 2025 1 commit
  21. 13 Dec, 2024 1 commit
  22. 08 Nov, 2024 1 commit
  23. 16 Oct, 2024 1 commit
  24. 04 Oct, 2024 1 commit
  25. 22 Aug, 2024 1 commit
  26. 16 Aug, 2024 1 commit
  27. 05 Aug, 2024 1 commit
  28. 30 Jul, 2024 1 commit
  29. 26 Jul, 2024 1 commit
  30. 22 Jul, 2024 1 commit
  31. 21 Jul, 2024 1 commit
  32. 20 Jul, 2024 1 commit
  33. 18 Jul, 2024 1 commit
  34. 03 Jul, 2024 1 commit
  35. 12 Jun, 2024 1 commit
    • Cody Yu's avatar
      [Kernel] Vectorized FP8 quantize kernel (#5396) · 5985e342
      Cody Yu authored
      Inspired by #5146, this PR improves FP8 quantize kernel by vectorizing data transfer to better utilize memory bandwidth. Microbenchmark shows that this improved kernel can achieve 1.0x-1.5x speedup (especially when hidden size is large).
      
      In details, we applied 3 optimizations:
      
      - Use inverted scale so that most divisions are changed to multiplications.
      - Unroll the loop by 4 times to improve ILP.
      - Use vectorized 4 to transfer data between HBM and SRAM.
      5985e342
  36. 09 Jun, 2024 1 commit
  37. 22 May, 2024 1 commit
  38. 10 May, 2024 1 commit