Searched refs:device_ptr (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/openmp/runtime/src/include/ |
| H A D | omp_lib.F90.var | 646 subroutine omp_target_free(device_ptr, device_num) bind(c) 648 type(c_ptr), value :: device_ptr 731 function omp_target_associate_ptr(host_ptr, device_ptr, size, & 735 type(c_ptr), value :: host_ptr, device_ptr
|
| H A D | omp_lib.h.var | 715 subroutine omp_target_free(device_ptr, device_num) bind(c) 717 type(c_ptr), value :: device_ptr 801 …function omp_target_associate_ptr(host_ptr, device_ptr, size, … 805 type(c_ptr), value :: host_ptr, device_ptr
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_ftn_entry.h | 1207 void FTN_STDCALL FTN_TARGET_FREE(void *device_ptr, int device_num) {} in FTN_TARGET_FREE() argument 1225 int FTN_STDCALL FTN_TARGET_ASSOCIATE_PTR(void *host_ptr, void *device_ptr, in FTN_TARGET_ASSOCIATE_PTR() argument
|