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

Method as_raw

test/arrayimpl.py:518–521  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

516 return self.array.size
517
518 def as_raw(self):
519 # numba by default always runs on the legacy default stream
520 numba.cuda.default_stream().synchronize()
521 return self.array
522
523
524def loop(*args):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected