[Openmp-commits] [openmp] [OpenMP][libomptarget] Enable automatic unified shared memory executi… (PR #75999)
Jan Patrick Lehr via Openmp-commits
openmp-commits at lists.llvm.org
Wed Dec 20 00:41:32 PST 2023
================
@@ -3122,6 +3180,12 @@ struct AMDGPUPluginTy final : public GenericPluginTy {
/// The device representing all HSA host agents.
AMDHostDeviceTy *HostDevice;
+
+ /// Is the plugin associated with an APU?
+ bool IsAPU;
+
+ /// Value of HSA_XNACK environment variable.
+ BoolEnvar OMPX_HSAXnack;
----------------
jplehr wrote:
Why is this `OMPX`? I think those names are sort-of reserved for OMP extensions, right?
https://github.com/llvm/llvm-project/pull/75999
More information about the Openmp-commits
mailing list