[PATCH] D79972: [OpenMP5.0] map item can be non-contiguous for target update
Chi Chun Chen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 2 12:05:17 PDT 2020
cchen added a comment.
In D79972#2068976 <https://reviews.llvm.org/D79972#2068976>, @ABataev wrote:
> Still: Did you think about implementing it in the compiler instead of the runtime?
I'm not sure I understand your question, which part of code are you asking?
The main work compiler needs to do is to send the {offset, count, stride} struct to runtime.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79972/new/
https://reviews.llvm.org/D79972
More information about the cfe-commits
mailing list