cuda::experimental::stf::to_rw_type_of#

Overloads#

to_rw_type_of(t)#

template<typename T>
rw_type_of<T> cuda::experimental::stf::to_rw_type_of(
const T &t,
)

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

to_rw_type_of(md)#

template<typename T, typename Extents, typename Layout, template<typename> class Accessor>
mdspan<T, Extents, Layout, Accessor<T>> cuda::experimental::stf::to_rw_type_of(
const mdspan<const T, Extents, Layout, Accessor<const T>> &md,
)

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.