[PATCH] D79972: [OpenMP5.0] map item can be non-contiguous for target update
Ravi Narayanaswamy via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 19 16:19:28 PDT 2020
RaviNarayanaswamy added a comment.
How do you plan to support
#pragma omp target update to (arr[1:2][1:2][0:2], x, b[1:5][0:2])
Are you going to split this into 3 updates since your are using the arg fields.
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