"platforms/hip/tests/TestHipFFT3D.cpp" did not exist on "dd07fa704f64559994d17fe17590c0c0e8a3671c"
  1. 24 Jun, 2025 2 commits
  2. 18 Jun, 2025 1 commit
  3. 16 Jun, 2025 1 commit
  4. 13 Jun, 2025 2 commits
  5. 12 Jun, 2025 1 commit
  6. 11 Jun, 2025 1 commit
    • Chenggang Zhao's avatar
      Support Ampere architecture (#204) · b8d90fb7
      Chenggang Zhao authored
      * Update README
      
      * Update `setup.py`
      
      * Fix headers
      
      * Add `DISABLE_NVSHMEM` for APIs
      
      * Fix launch
      
      * Fix TMA settings
      
      * Fix TMA usages
      
      * Fix dlink
      
      * Separate layout kernels
      
      * Update version
      
      * Add `is_sm90_compiled`
      
      * Fix tests
      
      * Add NVLink connection checks
      
      * Update README
      
      * Fix tests
      
      * Add some comments
      
      * Minor fix
      
      * Minor fix
      
      * Fix bugs
      b8d90fb7
  7. 10 Jun, 2025 1 commit
  8. 03 Jun, 2025 1 commit
  9. 28 May, 2025 1 commit
  10. 10 May, 2025 1 commit
  11. 22 Apr, 2025 3 commits
  12. 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
  13. 28 Mar, 2025 2 commits
  14. 06 Mar, 2025 1 commit
  15. 05 Mar, 2025 2 commits
  16. 25 Feb, 2025 1 commit