[Kernel] Rewrite JIT custom all-reduce (v2) with a decoupled kernel/storage design (#31049)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: root <root@GPUC5A6.maas>
This commit is contained in:
DarkSharpness
2026-07-17 18:37:22 +08:00
committed by GitHub
co-authored by Claude Fable 5 root
parent eaeb779ea4
commit 132ade55cd
23 changed files with 1917 additions and 1486 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ def multigpu_pytest_main(
pre_launch_fn: Optional[Callable[[List[int]], None]] = None,
timeout: Optional[int] = 600,
) -> None:
"""cudalib-style multi-GPU pytest entry point.
"""Torchrun-based multi-GPU pytest entry point.
Drop this at the bottom of a test file::