1. 16 Aug, 2024 2 commits
  2. 12 Aug, 2024 1 commit
  3. 06 Aug, 2024 1 commit
  4. 05 Aug, 2024 3 commits
  5. 02 Aug, 2024 1 commit
  6. 31 Jul, 2024 3 commits
  7. 30 Jul, 2024 4 commits
  8. 29 Jul, 2024 2 commits
  9. 27 Jul, 2024 2 commits
  10. 26 Jul, 2024 1 commit
  11. 22 Jul, 2024 1 commit
  12. 21 Jul, 2024 1 commit
  13. 20 Jul, 2024 1 commit
  14. 18 Jul, 2024 1 commit
  15. 14 Jul, 2024 1 commit
  16. 03 Jul, 2024 1 commit
  17. 28 Jun, 2024 1 commit
  18. 26 Jun, 2024 1 commit
  19. 23 Jun, 2024 1 commit
  20. 20 Jun, 2024 3 commits
  21. 18 Jun, 2024 1 commit
  22. 14 Jun, 2024 2 commits
  23. 13 Jun, 2024 1 commit
  24. 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
  25. 09 Jun, 2024 1 commit
  26. 07 Jun, 2024 1 commit
  27. 05 Jun, 2024 1 commit