Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEA] update to official padded layouts and test submdspan functionality #922

Open
mfoerste4 opened this issue Oct 17, 2022 · 0 comments
Open
Labels
feature request New feature or request

Comments

@mfoerste4
Copy link
Collaborator

This is a followup for PR #725 based on issue #497 introduced padded layouts for aligned data access layout_{left,right}_padded.

The underlying base implementation does not yet exist as header template within the reference mdspan implementation, but had to be manually created based on examples within https://github.com/kokkos/mdspan. These manual headers have been added as aligned_accessor.hpp and layout_padded.hpp.

Currently, these custom layouts are not supported by submdspan.

I suggest to update the header classes to the official ones once available and add submdspan testcases accordingly.

@mfoerste4 mfoerste4 added the feature request New feature or request label Oct 17, 2022
@mfoerste4 mfoerste4 changed the title [FEA] updated to official padded layouts and test submdspan functionality [FEA] update to official padded layouts and test submdspan functionality Oct 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant