MCPcopy Create free account
hub / github.com/mpi4py/mpi4py / array

Method array

test/test_msgspec.py:1378–1379  ·  view source on GitHub ↗
(self, typecode, initializer)

Source from the content-addressed store, hash-verified

1376class TestMessageVectorCuPy(unittest.TestCase, BaseTestMessageVectorArray):
1377 #
1378 def array(self, typecode, initializer):
1379 return cupy.array(initializer, dtype=typecode)
1380
1381
1382@unittest.skipIf(numba is None, "numba")

Callers

nothing calls this directly

Calls 1

arrayMethod · 0.45

Tested by

no test coverage detected