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