Mojo module
memory
Implements parallel_memcpy
.
You can import these APIs from the algorithm
package. For example:
from algorithm import parallel_memcpy
from algorithm import parallel_memcpy
Functions
-
parallel_memcpy
: Copiescount
elements from a memory buffersrc
todest
in parallel by spawningnum_tasks
tasks each copyingcount_per_task
elements.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!