[Openmp-commits] [openmp] [OpenMP][libomptarget] Enable automatic unified shared memory executi… (PR #75999)
via Openmp-commits
openmp-commits at lists.llvm.org
Wed Dec 20 07:39:10 PST 2023
================
@@ -2913,7 +2913,7 @@ struct AMDGPUPluginTy final : public GenericPluginTy {
/// Create an AMDGPU plugin and initialize the AMDGPU driver.
AMDGPUPluginTy()
: GenericPluginTy(getTripleArch()), Initialized(false),
- HostDevice(nullptr) {}
+ HostDevice(nullptr), IsAPU(false), OMPX_HSAXnack("HSA_XNACK", false) {}
----------------
carlobertolli wrote:
actually, the existing code had the initialization in the correct place. This is plainly my mistake for this patch.
https://github.com/llvm/llvm-project/pull/75999
More information about the Openmp-commits
mailing list