mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-13 09:46:00 +00:00
New semaphore constructors (#559)
More intuitive interfaces for creating semaphores and channels. Also allows channel construction using third-party bootstrappers directly without overriding MSCCL++ Bootstrap.
This commit is contained in:
@@ -14,6 +14,8 @@ from ._mscclpp import (
|
||||
CudaError,
|
||||
CuError,
|
||||
IbError,
|
||||
Device,
|
||||
DeviceType,
|
||||
Communicator,
|
||||
Connection,
|
||||
connect_nvls_collective,
|
||||
@@ -43,6 +45,8 @@ from ._mscclpp import (
|
||||
|
||||
|
||||
__all__ = [
|
||||
"Device",
|
||||
"DeviceType",
|
||||
"Communicator",
|
||||
"Connection",
|
||||
"connect_nvls_collective",
|
||||
|
||||
Reference in New Issue
Block a user