Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/dynamic_hsa/
H A Dhsa_ext_amd.h96 hsa_status_t hsa_amd_memory_lock(void* host_ptr, size_t size,
100 hsa_status_t hsa_amd_memory_unlock(void* host_ptr);
/llvm-project-15.0.7/openmp/libomptarget/docs/
H A Ddeclare_target_indirect.md80 int64_t host_ptr; // key
85 Where `host_ptr` is `__tgt_offload_entry::addr` in a **host** offload entry, and `tgt_ptr` is `__tg…
87 …re collected in a single host array, `libomptarget` sorts the table by `host_ptr` values and passe…
111 int64_t host_ptr; // key
123 …ate_fptr(void *FnPtr)` API uses binary search to match `FnPtr` against `host_ptr` inside the devic…
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_ftn_entry.h1089 int FTN_STDCALL FTN_TARGET_ASSOCIATE_PTR(void *host_ptr, void *device_ptr, in FTN_TARGET_ASSOCIATE_PTR() argument
1095 int FTN_STDCALL FTN_TARGET_DISASSOCIATE_PTR(void *host_ptr, int device_num) { in FTN_TARGET_DISASSOCIATE_PTR() argument
/llvm-project-15.0.7/openmp/runtime/src/include/
H A Domp_lib.f90.var638 function omp_target_associate_ptr(host_ptr, device_ptr, size, &
642 type(c_ptr), value :: host_ptr, device_ptr
H A Domp_lib.h.var735 …function omp_target_associate_ptr(host_ptr, device_ptr, size, …
739 type(c_ptr), value :: host_ptr, device_ptr