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

Introducing raft::mdspan as an alias #715

Merged
merged 5 commits into from
Jun 17, 2022

Conversation

divyegala
Copy link
Member

  • raft::mdspan as an alias to std::experimental::mdspan to provide seamless integration

  • Update to template type checks for raft::mdspan with variadics. Ease of use when checking multiple types as is_mdspan_v<T1, T2, ..., Tn>

  • raft::device/host_span are still supported with their own template type checks

@divyegala divyegala requested a review from a team as a code owner June 16, 2022 22:16
@github-actions github-actions bot added the cpp label Jun 16, 2022
@divyegala divyegala added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Jun 16, 2022
@cjnolet
Copy link
Member

cjnolet commented Jun 17, 2022

rerun tests

@cjnolet
Copy link
Member

cjnolet commented Jun 17, 2022

@gpucibot merge

@rapids-bot rapids-bot bot merged commit abf11be into rapidsai:branch-22.08 Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cpp improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants