[Openmp-commits] [openmp] [OpenMP][libomptarget] Enable automatic unified shared memory executi… (PR #75999)

via Openmp-commits openmp-commits at lists.llvm.org
Fri Dec 22 07:41:52 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;
----------------
carlobertolli wrote:

I changed the name to HSAXnackEnv because it does not refer to an OpenMP extension.

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


More information about the Openmp-commits mailing list