[PATCH] D38976: [OpenMP] Add implicit data sharing support when offloading to NVIDIA GPUs using OpenMP device offloading

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 20 06:38:13 PST 2017


ABataev accepted this revision.
ABataev added a comment.

LG



================
Comment at: lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp:474
   CodeGenFunction CGF(CGM, /*suppressNewContext=*/true);
   CGF.disableDebugInfo();
   CGF.StartFunction(GlobalDecl(), Ctx.VoidTy, WST.WorkerFn, *WST.CGFI, {});
----------------
Later we should remove it from the code.


https://reviews.llvm.org/D38976





More information about the cfe-commits mailing list