mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-13 09:46:00 +00:00
NVLS support. (#250)
Co-authored-by: Saeed Maleki <saemal@microsoft.com> Co-authored-by: Binyang Li <binyli@microsoft.com> Co-authored-by: Changho Hwang <changhohwang@microsoft.com>
This commit is contained in:
@@ -6,6 +6,7 @@ import os as _os
|
||||
from ._mscclpp import (
|
||||
Communicator,
|
||||
Connection,
|
||||
EndpointConfig,
|
||||
Fifo,
|
||||
Host2DeviceSemaphore,
|
||||
Host2HostSemaphore,
|
||||
@@ -19,6 +20,7 @@ from ._mscclpp import (
|
||||
Transport,
|
||||
TransportFlags,
|
||||
version,
|
||||
is_nvls_supported,
|
||||
)
|
||||
|
||||
__version__ = version()
|
||||
|
||||
Reference in New Issue
Block a user