[Openmp-commits] [PATCH] D76843: [Openmp] Libomptarget plugin for NEC SX-Aurora
Manoel Roemmer via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Apr 21 03:44:52 PDT 2020
manorom updated this revision to Diff 258945.
manorom marked an inline comment as not done.
manorom added a comment.
Herald added a subscriber: mgrang.
- The plugin will only report VE nodes which are present and online to libomptarget (and will map OpenMP device id's to VE node ids)
- Remove redundant libelf checks
- Remove redundant `extern "C"` declaration
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76843/new/
https://reviews.llvm.org/D76843
Files:
openmp/libomptarget/cmake/Modules/LibomptargetGetDependencies.cmake
openmp/libomptarget/plugins/common/elf_common.c
openmp/libomptarget/plugins/ve/CMakeLists.txt
openmp/libomptarget/plugins/ve/src/rtl.cpp
openmp/libomptarget/src/rtl.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76843.258945.patch
Type: text/x-patch
Size: 22540 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20200421/bb3aee97/attachment-0001.bin>
More information about the Openmp-commits
mailing list