[all-commits] [llvm/llvm-project] 18b672: [OpenMP][VE] Support OpenMP runtime on VE
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Sat Sep 9 16:30:10 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 18b67243550a4f2ef12cc2d93a12f5bfecb50752
https://github.com/llvm/llvm-project/commit/18b67243550a4f2ef12cc2d93a12f5bfecb50752
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2023-09-10 (Sun, 10 Sep 2023)
Changed paths:
M openmp/runtime/CMakeLists.txt
M openmp/runtime/cmake/LibompGetArchitecture.cmake
M openmp/runtime/cmake/LibompUtils.cmake
M openmp/runtime/src/kmp.h
M openmp/runtime/src/kmp_affinity.h
M openmp/runtime/src/kmp_os.h
M openmp/runtime/src/kmp_platform.h
M openmp/runtime/src/kmp_runtime.cpp
M openmp/runtime/src/thirdparty/ittnotify/ittnotify_config.h
M openmp/runtime/src/z_Linux_asm.S
M openmp/runtime/src/z_Linux_util.cpp
M openmp/runtime/test/ompt/callback.h
Log Message:
-----------
[OpenMP][VE] Support OpenMP runtime on VE
Support OpenMP runtime library on VE. This patch makes OpenMP compilable
for VE architecture. Almost all tests run correctly on VE.
Reviewed By: tianshilei1992
Differential Revision: https://reviews.llvm.org/D159401
More information about the All-commits
mailing list