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.
Details
Details
- Reviewers
kkwli0 sfantao caomhin carlo.bertolli ABataev gtbercea - Commits
- rG2cd6eeabfdd6: [OpenMP] Support for the proc_bind-clause on 'target parallel' on the NVPTX…
rC293069: [OpenMP] Support for the proc_bind-clause on 'target parallel' on the NVPTX…
rL293069: [OpenMP] Support for the proc_bind-clause on 'target parallel' on the NVPTX…
Diff Detail
Diff Detail
- Repository
- rL LLVM