mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-12 09:17:06 +00:00
- Add missing accumDtype and symmetricMemory params to NativeAlgorithm lambda signatures in alltoallv_fullmesh.cu to match KernelFunc and ContextKeyGenFunc typedefs - Use Cpp-prefixed binding names in alltoallv_single.py imports (CppCommunicator, CppDataType, etc.) - Add missing symmetric_memory=False arg to algo.execute() call - Fix test imports to use mscclpp public API instead of raw _mscclpp