[Openmp-commits] [PATCH] D51622: [libomptarget][NVPTX] Drop dead code and data structures, NFCI.

Alexey Bataev via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Sep 4 07:25:12 PDT 2018


ABataev added inline comments.


================
Comment at: libomptarget/deviceRTLs/nvptx/src/omptarget-nvptx.cu:24-42
-extern __device__ __shared__
-    omptarget_nvptx_ThreadPrivateContext *omptarget_nvptx_threadPrivateContext;
-
 extern __device__ omptarget_nvptx_Queue<
     omptarget_nvptx_SimpleThreadPrivateContext, OMP_STATE_COUNT>
     omptarget_nvptx_device_simpleState[MAX_SM];
 
----------------
Are you sure that you want to delete these variables?


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D51622





More information about the Openmp-commits mailing list