The maximum task priority value is read from envirable OMP_MAX_TASK_PRIORITY. But as of now, nothing is done with it.
We just handle the environment variable and add the new api: omp_get_max_task_priority() which returns that value or zero if it is not set.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM