[Openmp-commits] [PATCH] D14254: [OpenMP] Initial implementation of OpenMP offloading library - libomptarget device RTLs.
George Rokos via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Nov 7 15:01:07 PST 2017
grokos updated this revision to Diff 121991.
grokos marked 16 inline comments as done.
grokos added a comment.
Herald added a subscriber: fedor.sergeev.
This is the latest version of the nvptx runtime. It differs vastly from the last revision posted here, which was over two years old. I would suggest we do a complete review from scratch.
Repository:
rL LLVM
https://reviews.llvm.org/D14254
Files:
libomptarget/CMakeLists.txt
libomptarget/deviceRTLs/CMakeLists.txt
libomptarget/deviceRTLs/nvptx/CMakeLists.txt
libomptarget/deviceRTLs/nvptx/docs/ReductionDesign.txt
libomptarget/deviceRTLs/nvptx/src/cancel.cu
libomptarget/deviceRTLs/nvptx/src/counter_group.h
libomptarget/deviceRTLs/nvptx/src/counter_groupi.h
libomptarget/deviceRTLs/nvptx/src/critical.cu
libomptarget/deviceRTLs/nvptx/src/data_sharing.cu
libomptarget/deviceRTLs/nvptx/src/debug.cu
libomptarget/deviceRTLs/nvptx/src/debug.h
libomptarget/deviceRTLs/nvptx/src/interface.h
libomptarget/deviceRTLs/nvptx/src/libcall.cu
libomptarget/deviceRTLs/nvptx/src/loop.cu
libomptarget/deviceRTLs/nvptx/src/omp_data.cu
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
libomptarget/deviceRTLs/nvptx/src/reduction.cu
libomptarget/deviceRTLs/nvptx/src/state-queue.h
libomptarget/deviceRTLs/nvptx/src/state-queuei.h
libomptarget/deviceRTLs/nvptx/src/stdio.cu
libomptarget/deviceRTLs/nvptx/src/support.h
libomptarget/deviceRTLs/nvptx/src/supporti.h
libomptarget/deviceRTLs/nvptx/src/sync.cu
libomptarget/deviceRTLs/nvptx/src/task.cu
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14254.121991.patch
Type: text/x-patch
Size: 353519 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20171107/1af3ea92/attachment-0001.bin>
More information about the Openmp-commits
mailing list