mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-06-29 19:07:30 +00:00
- 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).