This patch adds support for the Spmd construct 'target parallel' on the
NVPTX device. This involves ignoring the num_threads clause on the device
since the number of threads in this combined construct is already set on
the host through the call to __tgt_target_teams().
Details
Details
- Reviewers
kkwli0 sfantao caomhin carlo.bertolli ABataev gtbercea - Commits
- rGe04da5dee257: [OpenMP] Support for the num_threads-clause on 'target parallel' on the NVPTX…
rC292999: [OpenMP] Support for the num_threads-clause on 'target parallel' on the NVPTX…
rL292999: [OpenMP] Support for the num_threads-clause on 'target parallel' on the NVPTX…
Diff Detail
Diff Detail
- Repository
- rL LLVM