[all-commits] [llvm/llvm-project] 85c2d9: [openmp][AMDGPU] - Correct getNumberOfBlocks calcu...

estewart08 via All-commits all-commits at lists.llvm.org
Wed Nov 2 09:39:27 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 85c2d92b9b3217229ced6a0f22e7013f7a65e124
      https://github.com/llvm/llvm-project/commit/85c2d92b9b3217229ced6a0f22e7013f7a65e124
  Author: Ethan Stewart <ethan.stewart at amd.com>
  Date:   2022-11-02 (Wed, 02 Nov 2022)

  Changed paths:
    M openmp/libomptarget/DeviceRTL/src/Mapping.cpp

  Log Message:
  -----------
  [openmp][AMDGPU] - Correct getNumberOfBlocks calculation.

This patch fixes the 6 amdgpu buildbot lit test failures
introduced by https://reviews.llvm.org/D135444.
      libomptarget :: amdgcn-amd-amdhsa :: mapping/reduction_implicit_map.cpp
      libomptarget :: amdgcn-amd-amdhsa :: offloading/cuda_no_devices.c
      libomptarget :: amdgcn-amd-amdhsa :: offloading/target-teams-atomic.c
      libomptarget :: amdgcn-amd-amdhsa-LTO :: mapping/reduction_implicit_map.cpp
      libomptarget :: amdgcn-amd-amdhsa-LTO :: offloading/cuda_no_devices.c
      libomptarget :: amdgcn-amd-amdhsa-LTO :: offloading/target-teams-atomic.c

Reviewed By: jhuber6

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




More information about the All-commits mailing list