[all-commits] [llvm/llvm-project] 626a31: [libomptarget] Add register usage info to kernel m...
Jon Chesterfield via All-commits
all-commits at lists.llvm.org
Thu Mar 18 10:01:25 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 626a31de15212a0e0c25df8435753cb9a0684668
https://github.com/llvm/llvm-project/commit/626a31de15212a0e0c25df8435753cb9a0684668
Author: Jon Chesterfield <jonathanchesterfield at gmail.com>
Date: 2021-03-18 (Thu, 18 Mar 2021)
Changed paths:
M openmp/libomptarget/plugins/amdgpu/impl/internal.h
M openmp/libomptarget/plugins/amdgpu/impl/system.cpp
M openmp/libomptarget/plugins/amdgpu/src/rtl.cpp
Log Message:
-----------
[libomptarget] Add register usage info to kernel metadata
Add register usage information to the runtime metadata so that it can be used during kernel launch (that change will be in a different commit). Add this information to the kernel trace.
Reviewed By: JonChesterfield
Differential Revision: https://reviews.llvm.org/D98829
More information about the All-commits
mailing list