Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/plugins/ve/src/
H A Drtl.cpp157 uint64_t RequestHandle = in target_run_function_wait() local
159 if (RequestHandle == VEO_REQUEST_ID_INVALID) { in target_run_function_wait()
166 reinterpret_cast<void *>(FuncAddr), RequestHandle); in target_run_function_wait()
168 int ret = veo_call_wait_result(DeviceInfo.Contexts[DeviceID], RequestHandle, in target_run_function_wait()