mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-11 17:00:22 +00:00
- Add #pragma once to src/ext/ep/event.hpp; including it in multiple TUs would otherwise redefine EventHandle. - python/mscclpp/ext/ep/buffer.py: low-latency internode is now validated on 2x H100x8; remove the 'untested on multi-node H100' note. - src/ext/ep/kernels/internode_ll.cu: replace the untested-on-multi-node WARNING with the current validated-on-2x-H100x8 status. Addresses Copilot review comments on PR #796.