[all-commits] [llvm/llvm-project] c9dfe3: [OpenMP] Fix main thread barrier for Pascal and am...

Joel E. Denny via All-commits all-commits at lists.llvm.org
Fri Nov 12 08:20:01 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c9dfe322eefca14ce07f73452f7327ecda57da30
      https://github.com/llvm/llvm-project/commit/c9dfe322eefca14ce07f73452f7327ecda57da30
  Author: Joel E. Denny <jdenny.ornl at gmail.com>
  Date:   2021-11-12 (Fri, 12 Nov 2021)

  Changed paths:
    M llvm/lib/Transforms/IPO/OpenMPOpt.cpp
    M llvm/test/Transforms/OpenMP/custom_state_machines.ll
    M llvm/test/Transforms/OpenMP/spmdization.ll
    M llvm/test/Transforms/OpenMP/spmdization_guarding.ll
    M openmp/libomptarget/DeviceRTL/src/Kernel.cpp
    M openmp/libomptarget/deviceRTLs/common/src/omptarget.cu
    M openmp/libomptarget/deviceRTLs/common/src/support.cu
    M openmp/libomptarget/deviceRTLs/target_interface.h
    A openmp/libomptarget/test/offloading/bug51781.c

  Log Message:
  -----------
  [OpenMP] Fix main thread barrier for Pascal and amdgpu

Fixes what's left of https://bugs.llvm.org/show_bug.cgi?id=51781.

Reviewed By: jdoerfert, JonChesterfield, tianshilei1992

Differential Revision: https://reviews.llvm.org/D113602




More information about the All-commits mailing list