cuda::experimental::stf::unpin_memory

Defined in include/cuda/experimental/__stf/utility/memory.cuh

template<typename T>
void cuda::experimental::stf::unpin_memory(T *p)

Unpins host memory previously pinned with pin_memory

Template Parameters

T – memory type

Parameters

p – pointer to beginning of memory block