We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 563db16 commit 50c5bd2Copy full SHA for 50c5bd2
tests_nccl/test_ncclutils_nccl.py
@@ -9,7 +9,7 @@
9
import pytest
10
11
from pylops_mpi.utils._nccl import initialize_nccl_comm, nccl_allgather
12
-from pylops_mpi.utils._mpi import _prepare_allgather_inputs, _unroll_allgather_recv
+from pylops_mpi.utils._common import _prepare_allgather_inputs, _unroll_allgather_recv
13
14
np.random.seed(42)
15
0 commit comments