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 9e1ebf4 commit 9f01cb4Copy full SHA for 9f01cb4
pygpu/tests/test_collectives.py
@@ -101,7 +101,7 @@ def setUpClass(cls):
101
cls.ctx = gpuarray.init("cuda" + str(cls.rank))
102
print("*** Collectives testing for", cls.ctx.devname, file=sys.stderr)
103
cls.cid = GpuCommCliqueId(context=cls.ctx)
104
- cls.mpicomm.Bcast(cls.cid, root=0)
+ cls.mpicomm.Bcast(cls.cid.comm_id, root=0)
105
cls.gpucomm = GpuComm(cls.cid, cls.size, cls.rank)
106
107
def test_count(self):
0 commit comments