[OpenMP] Rename the `_OMP` namespace in the device runtime to `ompx`
authorJohannes Doerfert <johannes@jdoerfert.de>
Mon, 19 Dec 2022 18:54:15 +0000 (10:54 -0800)
committerJohannes Doerfert <johannes@jdoerfert.de>
Mon, 19 Dec 2022 22:43:59 +0000 (14:43 -0800)
commit2b5a99b3d9bf3eb46cdf46bdde2678004dd6aa60
tree88b9a1f87a7591d62e440aeb2ae987cba1783f77
parenta1a72b9d6d23c844d45414bdf956ea30c804ccff
[OpenMP] Rename the `_OMP` namespace in the device runtime to `ompx`

Differential Revision: https://reviews.llvm.org/D140334
17 files changed:
openmp/libomptarget/DeviceRTL/include/Configuration.h
openmp/libomptarget/DeviceRTL/include/Mapping.h
openmp/libomptarget/DeviceRTL/include/State.h
openmp/libomptarget/DeviceRTL/include/Synchronization.h
openmp/libomptarget/DeviceRTL/include/Utils.h
openmp/libomptarget/DeviceRTL/src/Configuration.cpp
openmp/libomptarget/DeviceRTL/src/Debug.cpp
openmp/libomptarget/DeviceRTL/src/Kernel.cpp
openmp/libomptarget/DeviceRTL/src/Mapping.cpp
openmp/libomptarget/DeviceRTL/src/Misc.cpp
openmp/libomptarget/DeviceRTL/src/Parallelism.cpp
openmp/libomptarget/DeviceRTL/src/Reduction.cpp
openmp/libomptarget/DeviceRTL/src/State.cpp
openmp/libomptarget/DeviceRTL/src/Synchronization.cpp
openmp/libomptarget/DeviceRTL/src/Tasking.cpp
openmp/libomptarget/DeviceRTL/src/Utils.cpp
openmp/libomptarget/DeviceRTL/src/Workshare.cpp