cuda_span

template<typename T>
CudaSpan<T> kernel_launcher::cuda_span(T *ptr, size_t nelements)

Shorthand for CudaSpan<T>(ptr, nelements)