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

Jonas Hahnfeld via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Sep 4 06:04:17 PDT 2018


Hahnfeld created this revision.
Hahnfeld added reviewers: AlexEichenberger, ABataev, grokos, gtbercea.
Herald added subscribers: openmp-commits, jfb.

- cg and HasCancel in WorkDescr were never read and can be removed.
- This eliminates the last use of priv in ThreadPrivateContext.
- CounterGroup is unused afterwards.
- Remove duplicate external declares in omptarget-nvptx.cu that are already in the header omptarget-nvptx.h.


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D51622

Files:
  libomptarget/deviceRTLs/nvptx/src/counter_group.h
  libomptarget/deviceRTLs/nvptx/src/counter_groupi.h
  libomptarget/deviceRTLs/nvptx/src/interface.h
  libomptarget/deviceRTLs/nvptx/src/omptarget-nvptx.cu
  libomptarget/deviceRTLs/nvptx/src/omptarget-nvptx.h
  libomptarget/deviceRTLs/nvptx/src/omptarget-nvptxi.h
  libomptarget/deviceRTLs/nvptx/src/option.h
  libomptarget/deviceRTLs/nvptx/src/parallel.cu

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51622.163791.patch
Type: text/x-patch
Size: 12728 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20180904/dfdee8d8/attachment-0001.bin>


More information about the Openmp-commits mailing list