[all-commits] [llvm/llvm-project] d8b0f0: [libomptarget] Add HSA definitions for memory faul...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Fri Dec 16 05:07:46 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d8b0f007cb98ae261b65204f3e9c452937f8b91f
https://github.com/llvm/llvm-project/commit/d8b0f007cb98ae261b65204f3e9c452937f8b91f
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2022-12-16 (Fri, 16 Dec 2022)
Changed paths:
M openmp/libomptarget/plugins/amdgpu/dynamic_hsa/hsa_ext_amd.h
Log Message:
-----------
[libomptarget] Add HSA definitions for memory faults to dynamic_hsa
Summary:
We use the dynamic HSA file to forward declare needed definitions from
the HSA runtime if not present at build time. These definitions were not
included so using them caused problems on systems without it if used.
Just add them.
More information about the All-commits
mailing list