Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/openmp/runtime/src/include/
H A Domp_lib.f90.var
H A Domp_lib.h.var691 subroutine omp_target_free(device_ptr, device_num) bind(c)
693 type(c_ptr), value :: device_ptr
777 function omp_target_associate_ptr(host_ptr, device_ptr, size, &
781 type(c_ptr), value :: host_ptr, device_ptr
/freebsd-src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_ftn_entry.h1083 void FTN_STDCALL FTN_TARGET_FREE(void *device_ptr, int device_num) {} in FTN_TARGET_FREE() argument
1101 int FTN_STDCALL FTN_TARGET_ASSOCIATE_PTR(void *host_ptr, void *device_ptr, in FTN_TARGET_ASSOCIATE_PTR() argument