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

Replace mdspan with upstream libc++ implementation #1185

Open
6 tasks
jrhemstad opened this issue Dec 6, 2023 · 2 comments
Open
6 tasks

Replace mdspan with upstream libc++ implementation #1185

jrhemstad opened this issue Dec 6, 2023 · 2 comments
Assignees
Labels
feature request New feature or request. libcu++ For all items related to libcu++

Comments

@jrhemstad
Copy link
Collaborator

jrhemstad commented Dec 6, 2023

Tasks

  • Backport libc++ implementation to C++14 (no submdspan())
  • Implement submdspan_extents and write exhaustive tests for it
  • Implement the various submdspan_mapping specializations for the different mappings
  • Implement submdspan and write exhaustive tests for it
  • Implement layout_left_padded and write exhaustive tests for it
  • Implement layout_right_padded and write exhaustive tests for it
@jrhemstad jrhemstad added this to CCCL Dec 6, 2023
@jrhemstad jrhemstad converted this from a draft issue Dec 6, 2023
@jrhemstad
Copy link
Collaborator Author

@miscco to fill in the description and breakdown of tasks.

@miscco miscco added feature request New feature or request. libcu++ For all items related to libcu++ labels Jun 13, 2024
@miscco
Copy link
Collaborator

miscco commented Jun 13, 2024

Update06/2024:

  • I have implemented and backported libc++ implementation and incorporated all tests into our test framework
  • I have implemented submdspan_extents without proper testing

@bernhardmgruber is taking that over on a "when time permits" basis

@jrhemstad jrhemstad assigned fbusato and unassigned bernhardmgruber and miscco Sep 25, 2024
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. libcu++ For all items related to libcu++
Projects
Status: Todo
Development

No branches or pull requests

4 participants