The num_teams-clause on the combined directive applies to the
'teams' region of this construct. We modify the NumTeamsClause
class to capture the clause expression within the 'target' region.
Details
Details
- Reviewers
kkwli0 sfantao caomhin carlo.bertolli ABataev gtbercea - Commits
- rGbc126344e1a3: [OpenMP] Support for num_teams-clause on the 'target teams' directive.
rC293048: [OpenMP] Support for num_teams-clause on the 'target teams' directive.
rL293048: [OpenMP] Support for num_teams-clause on the 'target teams' directive.
Diff Detail
Diff Detail
- Repository
- rL LLVM