cuda::experimental::stf::data_dump

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

template<typename E, typename X, typename L, typename A, size_t... i>
void cuda::experimental::stf::data_dump([[maybe_unused]] mdspan<E, X, L, A> s, ::std::ostream &file = ::std::cerr, ::std::index_sequence<i...> = ::std::index_sequence<>())

Write the content of the mdspan into a file.