cuda::experimental::stf::unpin#

template<typename T, typename ...P>
void cuda::experimental::stf::unpin(
mdspan<T, P...> &s,
)#

Unpin the memory associated with an mdspan object.

Template Parameters:
  • T – The type of elements in the mdspan.

  • P – The properties of the mdspan.

Parameters:

s – The mdspan object to unpin memory for.