This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from cb6f3c4 [OpenMP] Enable thread affinity on FreeBSD new 56d941a [libomptarget][nfc] Make interface.h target independent
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: libomptarget/deviceRTLs/{nvptx/src => }/interface.h | 11 ++++++----- libomptarget/deviceRTLs/nvptx/CMakeLists.txt | 9 +++++++-- libomptarget/deviceRTLs/nvptx/src/nvptx_interface.h | 17 +++++++++++++++++ libomptarget/deviceRTLs/nvptx/src/option.h | 3 ++- libomptarget/deviceRTLs/nvptx/src/target_impl.h | 1 - 5 files changed, 32 insertions(+), 9 deletions(-) rename libomptarget/deviceRTLs/{nvptx/src => }/interface.h (99%) create mode 100644 libomptarget/deviceRTLs/nvptx/src/nvptx_interface.h