cuda::experimental::stf::layout_stride
Defined in include/cuda/experimental/__stf/internal/slice.cuh
-
struct layout_stride : public layout_stride
A layout stride that can be used with
mdspan
.In debug mode (i.e.,
NDEBUG
is not defined) all uses ofoperator()()
are bounds-checked by means ofassert
.