[all-commits] [llvm/llvm-project] 39fe65: [OpenMP][libomptarget] Add utility header for AMDG...
Kevin Sala Penadés via All-commits
all-commits at lists.llvm.org
Thu Dec 15 12:07:11 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 39fe657b66bde11289efbab60a4d69acc1307999
https://github.com/llvm/llvm-project/commit/39fe657b66bde11289efbab60a4d69acc1307999
Author: Kevin Sala <kevin.sala at bsc.es>
Date: 2022-12-15 (Thu, 15 Dec 2022)
Changed paths:
A openmp/libomptarget/plugins-nextgen/amdgpu/utils/UtilitiesRTL.h
M openmp/libomptarget/plugins/amdgpu/CMakeLists.txt
M openmp/libomptarget/plugins/amdgpu/impl/internal.h
M openmp/libomptarget/plugins/amdgpu/src/rtl.cpp
Log Message:
-----------
[OpenMP][libomptarget] Add utility header for AMDGPU plugins
This patch prepares the PluginInterface for the new AMDGPU NextGen plugin. The original and the
NextGen plugin will share some structures and functionalities. We use this header for defining
them and avoiding code duplication.
Differential Revision: https://reviews.llvm.org/D139792
More information about the All-commits
mailing list