Mojo module
parallelize
CPU implementations of parallelization functions.
Functionsβ
- β
parallelize: Executes func(0) ... func(num_work_items-1) as sub-tasks in parallel, and returns when all are complete. - β
parallelize_over_rows: Parallelize func over non-axis dims of shape. - β
sync_parallelize: Executes func(0) ... func(num_work_items-1) as parallel sub-tasks, and returns when all are complete.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!