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

Method as_raw

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

Source from the content-addressed store, hash-verified

407 return self.array.size
408
409 def as_raw(self):
410 cupy.cuda.get_current_stream().synchronize()
411 return self.array
412
413
414if cupy is not None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected