[PATCH] D14254: [OpenMP] Initial implementation of OpenMP offloading library - libomptarget device RTLs.
George Rokos via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 29 06:03:03 PST 2018
This revision was automatically updated to reflect the committed changes.
grokos marked an inline comment as done.
Closed by commit rL323649: [OpenMP] Initial implementation of OpenMP offloading library - libomptarget… (authored by grokos, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D14254?vs=131621&id=131789#toc
Repository:
rL LLVM
https://reviews.llvm.org/D14254
Files:
openmp/trunk/README.rst
openmp/trunk/libomptarget/CMakeLists.txt
openmp/trunk/libomptarget/deviceRTLs/CMakeLists.txt
openmp/trunk/libomptarget/deviceRTLs/nvptx/CMakeLists.txt
openmp/trunk/libomptarget/deviceRTLs/nvptx/docs/ReductionDesign.txt
openmp/trunk/libomptarget/deviceRTLs/nvptx/src/cancel.cu
openmp/trunk/libomptarget/deviceRTLs/nvptx/src/counter_group.h
openmp/trunk/libomptarget/deviceRTLs/nvptx/src/counter_groupi.h
openmp/trunk/libomptarget/deviceRTLs/nvptx/src/critical.cu
openmp/trunk/libomptarget/deviceRTLs/nvptx/src/data_sharing.cu
openmp/trunk/libomptarget/deviceRTLs/nvptx/src/debug.h
openmp/trunk/libomptarget/deviceRTLs/nvptx/src/interface.h
openmp/trunk/libomptarget/deviceRTLs/nvptx/src/libcall.cu
openmp/trunk/libomptarget/deviceRTLs/nvptx/src/loop.cu
openmp/trunk/libomptarget/deviceRTLs/nvptx/src/omp_data.cu
openmp/trunk/libomptarget/deviceRTLs/nvptx/src/omptarget-nvptx.cu
openmp/trunk/libomptarget/deviceRTLs/nvptx/src/omptarget-nvptx.h
openmp/trunk/libomptarget/deviceRTLs/nvptx/src/omptarget-nvptxi.h
openmp/trunk/libomptarget/deviceRTLs/nvptx/src/option.h
openmp/trunk/libomptarget/deviceRTLs/nvptx/src/parallel.cu
openmp/trunk/libomptarget/deviceRTLs/nvptx/src/reduction.cu
openmp/trunk/libomptarget/deviceRTLs/nvptx/src/state-queue.h
openmp/trunk/libomptarget/deviceRTLs/nvptx/src/state-queuei.h
openmp/trunk/libomptarget/deviceRTLs/nvptx/src/support.h
openmp/trunk/libomptarget/deviceRTLs/nvptx/src/supporti.h
openmp/trunk/libomptarget/deviceRTLs/nvptx/src/sync.cu
openmp/trunk/libomptarget/deviceRTLs/nvptx/src/task.cu
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14254.131789.patch
Type: text/x-patch
Size: 246842 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180129/dce1ff87/attachment-0001.bin>
More information about the llvm-commits
mailing list