Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/include/
H A Domp_lib.F90.var646 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 Domp_lib.h.var715 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 Dkmp_ftn_entry.h1207 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