This is an archive of the discontinued LLVM Phabricator instance.

[openmp][AMDGPU] - Correct getNumberOfBlocks calculation.
ClosedPublic

Authored by estewart08 on Nov 2 2022, 8:47 AM.

Details

Summary

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

Diff Detail

Event Timeline

estewart08 created this revision.Nov 2 2022, 8:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 2 2022, 8:47 AM
estewart08 requested review of this revision.Nov 2 2022, 8:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 2 2022, 8:47 AM
estewart08 updated this revision to Diff 472632.Nov 2 2022, 8:50 AM

Adding clang-format to PATH.

estewart08 updated this revision to Diff 472635.Nov 2 2022, 8:51 AM

Updated summary.

estewart08 edited the summary of this revision. (Show Details)Nov 2 2022, 8:53 AM
estewart08 edited the summary of this revision. (Show Details)
jhuber6 accepted this revision.Nov 2 2022, 9:11 AM
This revision is now accepted and ready to land.Nov 2 2022, 9:11 AM
estewart08 edited the summary of this revision. (Show Details)Nov 2 2022, 9:32 AM