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