Files
mscclpp/test/python/ext
Qinghua Zhou 20bd1ec55b ext/ep: fix CUDA 11.8 build + apply clang-format/black
- src/core/atomicadd_kernel.cu: restore the legacy 3-arg
  cuCtxCreate(&proxyAtomicCtx_, 0, cuDevice) in the
  '#else' branch of the CUDA_VERSION >= 12050 guard. A prior
  edit had corrupted it to 'cuCtxCreate(&proxyAtomicCtx_vice)',
  which broke the CUDA 11.8 build (CodeQL CUDA cuda11.8 and
  MSCCLPPLang cuda11.8 jobs).

- Apply clang-format to src/ext/ep/* (no logic changes,
  fixes the cpplint CI job).

- Apply black to test/python/ext/ep/test_internode_multirank.py
  and test_intranode_multirank.py (no logic changes, fixes
  the pylint CI job).
2026-05-18 21:44:20 +00:00
..