[Openmp-commits] [PATCH] D43626: [OpenMP] Remove implicit data sharing using device shared memory from libomptarget

Gheorghe-Teodor Bercea via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Mar 1 10:58:22 PST 2018


gtbercea added a comment.

In https://reviews.llvm.org/D43626#1024135, @grokos wrote:

> As far as I am concerned, I agree that the existing data sharing scheme should be removed in favour of a simpler future patch which will introduce the more generic data sharing scheme.
>
> @Hahnfeld: Did our private discussion answer your questions about this plan?


I could post the combined patch, the one which combines this patch with the one that adds the new functions. The new functions will contain a naive implementation of those methods but one which would work correctly when the Clang code gen lands.


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D43626





More information about the Openmp-commits mailing list