Skip to content
This repository was archived by the owner on Apr 15, 2024. It is now read-only.

Execution Policies

Christian Trott edited this page May 1, 2020 · 6 revisions

Top Level Execution Policies

Policy Description
RangePolicy Each iterate is an integer in a contiguous range
MDRangePolicy Each iterate for each rank is an integer in a contiguous range
TeamPolicy Assigns to each iterate in a contiguous range a team of threads

Nested Execution Policies

Policy Description
TeamThreadRange Used inside of a TeamPolicy kernel to perform nested parallel loops

Clone this wiki locally