Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Generally acceptable, However wondering about future plans regarding:
- There are many aspects of the OMP parallel implementation that can be reused with other directives (i.e. 'If' clause, privatization clauses), any plans to outline?
- plans for implementing reduction clause?
Comment Actions
We will outline as soon as the second use case comes in. We will need to add reductions, in a follow up.