[Openmp-commits] [openmp] [Libomptarget] Remove __tgt_image_info and use the ELF directly (PR #75720)
Joseph Huber via Openmp-commits
openmp-commits at lists.llvm.org
Tue Dec 19 12:47:56 PST 2023
jhuber6 wrote:
Changed the patch a little, realized there was no need for the actual SM architecture name since we can just check the minor and major values with the flags directly. Got rid of the indirection around getting the platform flags and just use the ELF interface directly.
https://github.com/llvm/llvm-project/pull/75720
More information about the Openmp-commits
mailing list