[Openmp-commits] [PATCH] D134396: [OpenMP][libomptarget] New plugin infrastructure and new CUDA plugin
Kevin Sala Penadés via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Oct 26 09:05:45 PDT 2022
kevinsala updated this revision to Diff 470827.
kevinsala marked an inline comment as done.
kevinsala added a comment.
This version has been rebased onto a recent main branch commit. Also, it fixes an error in `GenericDeviceTy::dataAlloc` that produced two memory allocations per `dataAlloc` call. Seems that I introduced that bug in one of the intermediate revisions.
If there are no more comments, I guess we can already merge it. I'd appreciate if someone can push it to the repo for me. Thanks for the reviews!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134396/new/
https://reviews.llvm.org/D134396
Files:
llvm/include/llvm/Frontend/OpenMP/OMPGridValues.h
openmp/libomptarget/CMakeLists.txt
openmp/libomptarget/include/Utilities.h
openmp/libomptarget/include/rtl.h
openmp/libomptarget/plugins-nextgen/CMakeLists.txt
openmp/libomptarget/plugins-nextgen/aarch64/CMakeLists.txt
openmp/libomptarget/plugins-nextgen/common/CMakeLists.txt
openmp/libomptarget/plugins-nextgen/common/PluginInterface/CMakeLists.txt
openmp/libomptarget/plugins-nextgen/common/PluginInterface/GlobalHandler.cpp
openmp/libomptarget/plugins-nextgen/common/PluginInterface/GlobalHandler.h
openmp/libomptarget/plugins-nextgen/common/PluginInterface/PluginInterface.cpp
openmp/libomptarget/plugins-nextgen/common/PluginInterface/PluginInterface.h
openmp/libomptarget/plugins-nextgen/cuda/CMakeLists.txt
openmp/libomptarget/plugins-nextgen/cuda/src/rtl.cpp
openmp/libomptarget/plugins-nextgen/exports
openmp/libomptarget/plugins-nextgen/generic-elf-64bit/src/rtl.cpp
openmp/libomptarget/plugins-nextgen/ppc64/CMakeLists.txt
openmp/libomptarget/plugins-nextgen/ppc64le/CMakeLists.txt
openmp/libomptarget/plugins-nextgen/x86_64/CMakeLists.txt
openmp/libomptarget/plugins/cuda/dynamic_cuda/cuda.h
openmp/libomptarget/src/rtl.cpp
openmp/libomptarget/test/lit.cfg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134396.470827.patch
Type: text/x-patch
Size: 171700 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20221026/070e858a/attachment-0001.bin>
More information about the Openmp-commits
mailing list