[PATCH] D108132: Add implicit map for a list item appears in a reduction clause.
Jennifer Yu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 16 08:56:21 PDT 2021
jyu2 added a comment.
>> I am not sure I can do that. Do you mean when generate map adding coding code to look though reduction clause and generate map for it?
> Yes, exactly.
We are missing mappable checking for example:
#pragma omp target parallel for reduction(task, +: b[0:2][2:4][1])
In this, we should not add map clause, since the section is not contiguous storage.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108132/new/
https://reviews.llvm.org/D108132
More information about the cfe-commits
mailing list