[Openmp-commits] [PATCH] D159401: [OpenMP][VE] Support OpenMP runtime on VE

Kazushi Marukawa via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Sat Sep 2 04:49:23 PDT 2023


kaz7 created this revision.
kaz7 added reviewers: efocht, jdoerfert, jarmusch, RitanyaB, tianshilei1992.
kaz7 added projects: OpenMP, VE.
Herald added subscribers: s.egerton, guansong, simoncook, asb, yaxunl.
Herald added a project: All.
kaz7 requested review of this revision.
Herald added subscribers: openmp-commits, wangpc, jplehr, sstefan1.

Support OpenMP runtime library on VE.  This patch makes OpenMP compilable
for VE architecture.  Almost all tests run correctly on VE.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D159401

Files:
  openmp/runtime/CMakeLists.txt
  openmp/runtime/cmake/LibompGetArchitecture.cmake
  openmp/runtime/cmake/LibompUtils.cmake
  openmp/runtime/src/kmp.h
  openmp/runtime/src/kmp_affinity.h
  openmp/runtime/src/kmp_os.h
  openmp/runtime/src/kmp_platform.h
  openmp/runtime/src/kmp_runtime.cpp
  openmp/runtime/src/thirdparty/ittnotify/ittnotify_config.h
  openmp/runtime/src/z_Linux_asm.S
  openmp/runtime/src/z_Linux_util.cpp
  openmp/runtime/test/ompt/callback.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159401.555584.patch
Type: text/x-patch
Size: 15256 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20230902/1643e4c8/attachment-0001.bin>


More information about the Openmp-commits mailing list