[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
Fri Dec 22 01:10:35 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:

My bad, I just realized that I also confused the variable name with the envvar name.
You're right.

https://github.com/llvm/llvm-project/pull/75999


More information about the Openmp-commits mailing list