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 b567f86 commit 7ae78a9Copy full SHA for 7ae78a9
pylops_mpi/basicoperators/VStack.py
@@ -19,8 +19,8 @@
19
from pylops_mpi.DistributedArray import NcclCommunicatorType
20
from pylops_mpi.utils import deps
21
22
-cupy_message = pylops_deps.cupy_import("the DistributedArray module")
23
-nccl_message = deps.nccl_import("the DistributedArray module")
+cupy_message = pylops_deps.cupy_import("the VStack module")
+nccl_message = deps.nccl_import("the VStack module")
24
25
if nccl_message is None and cupy_message is None:
26
from pylops_mpi.utils._nccl import nccl_allreduce
0 commit comments