[PATCH] D140722: [OpenMP] Prefix outlined and reduction func names with original func's name

Jan-Patrick Lehr via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 18 04:16:24 PDT 2023


jplehr added a comment.

Tested on AMDGPU (gfx90a)

  -- OpenMP tools dir in libomptarget: /home/janplehr/git/trunk17.0/build/llvm-project/runtimes/runtimes-bins/openmp/runtime/src
  -- LIBOMPTARGET: Building offloading runtime library libomptarget.
  -- LIBOMPTARGET: Not building aarch64 offloading plugin: machine not found in the system.
  -- LIBOMPTARGET: Building AMDGPU plugin linked against libhsa
  -- LIBOMPTARGET: Not building CUDA offloading plugin: LIBOMPTARGET_BUILD_CUDA_PLUGIN is false
  -- LIBOMPTARGET: Not building PPC64 offloading plugin: machine not found in the system.
  -- LIBOMPTARGET: Not building PPC64le offloading plugin: machine not found in the system.
  -- LIBOMPTARGET: Not building nec-aurora plugin: libveo or libveosinfo not found.
  -- LIBOMPTARGET: Building x86_64 offloading plugin.
  -- LIBOMPTARGET: Not building aarch64 NextGen offloading plugin: machine not found in the system.
  -- LIBOMPTARGET: Building AMDGPU NextGen plugin linked against libhsa
  -- LIBOMPTARGET: Not building CUDA NextGen offloading plugin: LIBOMPTARGET_BUILD_CUDA_PLUGIN is false
  -- LIBOMPTARGET: Not building PPC64 NextGen offloading plugin: machine not found in the system.
  -- LIBOMPTARGET: Not building PPC64le NextGen offloading plugin: machine not found in the system.
  -- LIBOMPTARGET: Building x86_64 NextGen offloading plugin.

**Before**
Testing Time: 44.63s

  Unsupported: 123
  Passed     : 657

**After**
Testing Time: 38.74s

  Unsupported: 123
  Passed     : 657


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D140722/new/

https://reviews.llvm.org/D140722



More information about the cfe-commits mailing list