[all-commits] [llvm/llvm-project] b09953: [Libomptarget] Fix AMDGPU Note handling after D150022
Joseph Huber via All-commits
all-commits at lists.llvm.org
Wed May 10 12:12:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b09953a4a3ef70fdfb58503b3301d4441045c86b
https://github.com/llvm/llvm-project/commit/b09953a4a3ef70fdfb58503b3301d4441045c86b
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-05-10 (Wed, 10 May 2023)
Changed paths:
M openmp/libomptarget/plugins-nextgen/amdgpu/utils/UtilitiesRTL.h
M openmp/libomptarget/plugins/amdgpu/impl/system.cpp
Log Message:
-----------
[Libomptarget] Fix AMDGPU Note handling after D150022
Summary:
The changes in https://reviews.llvm.org/D150022 changed the API for this
function that we query. Simply pass in the alignment from the associated
header to fix.
More information about the All-commits
mailing list