This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from c0c737a [OPENMP][NVPTX]Fix incompatibility of __syncthreads with LLVM, NFC. new a999c52 [OpenMP] Add omp_get_device_num() and update several other de [...]
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/test/api/omp_get_num_devices.c | 36 ++++++++++ runtime/src/dllexports | 7 +- runtime/src/include/45/omp.h.var | 1 - runtime/src/include/45/omp_lib.f.var | 8 ++- runtime/src/include/45/omp_lib.h.var | 3 +- runtime/src/include/50/omp.h.var | 4 +- runtime/src/include/50/omp_lib.f.var | 18 ++++- runtime/src/include/50/omp_lib.f90.var | 5 ++ runtime/src/include/50/omp_lib.h.var | 9 +++ runtime/src/kmp.h | 7 ++ runtime/src/kmp_ftn_entry.h | 78 ++++++++++++++-------- runtime/src/kmp_ftn_os.h | 20 +++--- .../api/{omp_get_wtick.c => omp_get_num_devices.c} | 12 ++-- 13 files changed, 154 insertions(+), 54 deletions(-) create mode 100644 libomptarget/test/api/omp_get_num_devices.c copy runtime/test/api/{omp_get_wtick.c => omp_get_num_devices.c} (54%)