[Openmp-commits] [openmp] [OpenMP][libomptarget] Enable automatic unified shared memory executi… (PR #75999)
Shilei Tian via Openmp-commits
openmp-commits at lists.llvm.org
Tue Dec 19 19:32:40 PST 2023
================
@@ -146,6 +146,7 @@ void PluginAdaptorTy::initDevices(PluginManager &PM) {
ExclusiveDevicesAccessor->reserve(DeviceOffset + NumPD);
for (int32_t PDevI = 0, UserDevId = DeviceOffset; PDevI < NumPD; PDevI++) {
auto Device = std::make_unique<DeviceTy>(this, UserDevId, PDevI);
+
----------------
shiltian wrote:
Unrelated
https://github.com/llvm/llvm-project/pull/75999
More information about the Openmp-commits
mailing list