[Openmp-commits] [PATCH] D41485: [OpenMP][libomptarget] Add data sharing support in libomptarget
Jonas Hahnfeld via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Sun Jan 28 02:24:26 PST 2018
Hahnfeld requested changes to this revision.
Hahnfeld added a comment.
This revision now requires changes to proceed.
Herald added subscribers: llvm-commits, guansong.
Please rebase on top of https://reviews.llvm.org/D14254 and run `clang-format`.
================
Comment at: libomptarget/deviceRTLs/nvptx/src/omptarget-nvptx.cu:35
extern __device__ __shared__ uint32_t execution_param;
+__device__ __shared__ omptarget_nvptx_SharedArgs omptarget_nvptx_sharedArgs;
----------------
I'm not sure if this needs to be //defined// here... Hopefully this lightens up after rebasing ;-)
Repository:
rL LLVM
https://reviews.llvm.org/D41485
More information about the Openmp-commits
mailing list