[FEA] raft::matrix::slice
to support row-major mdspans
#1583
Labels
feature request
New feature or request
raft::matrix::slice
to support row-major mdspans
#1583
This should be pretty straightforward to implement. It's possible to perform a
slice
on existing row-major data by constructing a column-major mdspan and then flipping the rows/cols in the slice coords but this is not particularly straightforward to the user and confusing to the user.We should have a first-class row-major overload for it.
The text was updated successfully, but these errors were encountered: