This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Support for the proc_bind-clause on 'target parallel' on the NVPTX device.
ClosedPublic

Authored by arpith-jacob on Jan 25 2017, 8:15 AM.

Details

Summary

This patch adds support for the proc_bind clause on the Spmd construct
'target parallel' on the NVPTX device. Since the parallel region is created
upon kernel launch, this clause can be safely ignored on the NVPTX device at
codegen time for level 0 parallelism.

Diff Detail

Repository
rL LLVM

Event Timeline

arpith-jacob created this revision.Jan 25 2017, 8:15 AM
This revision is now accepted and ready to land.Jan 25 2017, 8:42 AM
This revision was automatically updated to reflect the committed changes.