-
Notifications
You must be signed in to change notification settings - Fork 296
Closed
Labels
feature requestNew feature or request.New feature or request.libcu++For all items related to libcu++For all items related to libcu++
Description
Is this a duplicate?
- I confirmed there appear to be no duplicate issues for this request and that I agree to the Code of Conduct
Area
libcu++
Is your feature request related to a problem? Please describe.
The padded layouts are essential for interop with a lot of fundamental C-libraries like BLAS
Given that the paper has been merged into the C++ standard we should implement them.
- Implement
std::layout_left_padded - Implement
std::layout_right_padded
Describe the solution you'd like
Implement std::layout_right_padded and std::layout_left_padded as described in the latest C++standard
Describe alternatives you've considered
There shall only be one standard
Additional context
No response
Metadata
Metadata
Assignees
Labels
feature requestNew feature or request.New feature or request.libcu++For all items related to libcu++For all items related to libcu++
Type
Projects
Status
Done