Home
last modified time | relevance | path

Searched refs:ProcHandles (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/plugins/ve/src/
H A Drtl.cpp56 std::vector<struct veo_proc_handle *> ProcHandles; member in RTLDeviceInfoTy
77 veo_get_sym(ProcHandles[device_id], VeoLibHandle, SymbolName); in buildOffloadTableFromHost()
122 ProcHandles.resize(NumDevices, NULL); in RTLDeviceInfoTy()
137 for (auto &hdl : ProcHandles) { in ~RTLDeviceInfoTy()
257 if (DeviceInfo.ProcHandles[ID] == NULL) { in __tgt_rtl_load_binary()
278 DeviceInfo.ProcHandles[ID] = proc_handle; in __tgt_rtl_load_binary()
294 DeviceInfo.ProcHandles[ID], DeviceInfo.Contexts[ID]); in __tgt_rtl_load_binary()
344 if (DeviceInfo.ProcHandles[ID] == NULL) { in __tgt_rtl_data_alloc()
351 DeviceInfo.ProcHandles[ID] = proc_handle; in __tgt_rtl_data_alloc()
355 ret = veo_alloc_mem(DeviceInfo.ProcHandles[ID], &addr, Size); in __tgt_rtl_data_alloc()
[all …]