cuda::experimental::stf::unpin

Defined in include/cuda/experimental/__stf/internal/slice.cuh

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.