You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
mdspan padded layouts are essential to efficiently perform computation on matrices with padding and to select sub matrices with compile-time dimensions
Describe the solution you'd like
Provide C++26 mdspan padded layouts and backport to C++14/17:
cuda::std::layout_left_padded,
cuda::std::layout_right_padded
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is this a duplicate?
Area
libcu++
Is your feature request related to a problem? Please describe.
mdspan
padded layouts are essential to efficiently perform computation on matrices with padding and to select sub matrices with compile-time dimensionsDescribe the solution you'd like
Provide C++26
mdspan
padded layouts and backport to C++14/17:cuda::std::layout_left_padded
,cuda::std::layout_right_padded
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: