Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/plugins/ve/src/
H A Drtl.cpp258 struct veo_proc_handle *proc_handle; in __tgt_rtl_load_binary() local
265 proc_handle = veo_proc_create(DeviceInfo.NodeIds[ID]); in __tgt_rtl_load_binary()
266 if (!proc_handle) { in __tgt_rtl_load_binary()
271 proc_handle = veo_proc_create_static(DeviceInfo.NodeIds[ID], tmp_name); in __tgt_rtl_load_binary()
272 if (!proc_handle) { in __tgt_rtl_load_binary()
278 DeviceInfo.ProcHandles[ID] = proc_handle; in __tgt_rtl_load_binary()
345 struct veo_proc_handle *proc_handle; in __tgt_rtl_data_alloc() local
346 proc_handle = veo_proc_create(DeviceInfo.NodeIds[ID]); in __tgt_rtl_data_alloc()
347 if (!proc_handle) { in __tgt_rtl_data_alloc()
351 DeviceInfo.ProcHandles[ID] = proc_handle; in __tgt_rtl_data_alloc()
[all …]