1. 27 Jun, 2025 1 commit
  2. 26 Jun, 2025 1 commit
  3. 25 Jun, 2025 1 commit
  4. 24 Jun, 2025 3 commits
  5. 23 Jun, 2025 1 commit
  6. 20 Jun, 2025 1 commit
  7. 18 Jun, 2025 1 commit
  8. 16 Jun, 2025 4 commits
  9. 13 Jun, 2025 2 commits
  10. 12 Jun, 2025 1 commit
  11. 11 Jun, 2025 2 commits
  12. 10 Jun, 2025 1 commit
  13. 09 Jun, 2025 3 commits
  14. 06 Jun, 2025 1 commit
    • Chenggang Zhao's avatar
      Use TMA instead of LD/ST for intra-node normal kernels (#191) · c8dceba1
      Chenggang Zhao authored
      * Update CMake files
      
      * Use TMA instead of LD/ST for intranode dispatch
      
      * Use TMA instead of LD/ST for intranode combine
      
      * Adjust configs
      
      * Test default configs as well
      
      * More warps for combine
      
      * Add inter-thread fence
      
      * Enable more warps
      
      * Do not use TMA for senders
      
      * Update configs
      
      * Remove useless wait
      c8dceba1
  15. 03 Jun, 2025 1 commit
  16. 28 May, 2025 1 commit
  17. 23 May, 2025 2 commits
  18. 12 May, 2025 1 commit
  19. 10 May, 2025 1 commit
  20. 22 Apr, 2025 4 commits
  21. 21 Apr, 2025 2 commits
    • Shangyan Zhou's avatar
      e2c57848
    • moningchen's avatar
      In the Internode Normal Kernel, when using nvshmem ibrc for RDMA data... · 5ab80c28
      moningchen authored
      In the Internode Normal Kernel, when using nvshmem ibrc for RDMA data transmission, a single QP is used for data transfer between two GPUs, which limits kernel performance in network card dual-port and RoCE network scenarios.
      
      In our optimized Internode Normal Kernel, we implemented multiple QPs for data transmission between two GPUs, setting a different QP for each channel. Additionally, we modified the transmission method from IBRC to IBGAD.
      
      Through these optimizations, the Internode Normal Kernel achieves optimal performance in both H800 and H20 environments, with RDMA transmission performance nearly reaching the physical network performance limit. Using the current default statistical method, in 4-node H800 and H20 environments, RDMA performance can reach 60GB/s+.
      5ab80c28
  22. 07 Apr, 2025 1 commit
  23. 28 Mar, 2025 2 commits
  24. 27 Mar, 2025 1 commit
  25. 18 Mar, 2025 1 commit