This is an archive of the discontinued LLVM Phabricator instance.

Task Affinity API
ClosedPublic

Authored by tlwilmar on Nov 28 2018, 1:55 PM.

Details

Summary

This patch adds __kmpc_omp_reg_task_with_affinity to register affinity information for tasks. For now, the affinity information is not used, and the function always succeeds. This also adds the kmp_task_affinity_info_t structure to store the task affinity information.

Diff Detail

Repository
rL LLVM

Event Timeline

tlwilmar created this revision.Nov 28 2018, 1:55 PM
jklinkenberg accepted this revision.Nov 29 2018, 3:40 AM

Looks good to me :)

This revision is now accepted and ready to land.Nov 29 2018, 3:40 AM
This revision was automatically updated to reflect the committed changes.