mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-21 13:29:45 +00:00
Fix Python binding of exceptions (#444)
* Fixed errors to be catchable from Python code * Skip IB tests in Python unit tests when IB ports are down
This commit is contained in:
@@ -4,6 +4,13 @@
|
||||
import os as _os
|
||||
|
||||
from ._mscclpp import (
|
||||
ErrorCode,
|
||||
BaseError,
|
||||
Error,
|
||||
SysError,
|
||||
CudaError,
|
||||
CuError,
|
||||
IbError,
|
||||
Communicator,
|
||||
Connection,
|
||||
connect_nvls_collective,
|
||||
|
||||
Reference in New Issue
Block a user