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

Remove make_mdspan template for memory_type enum #1005

Merged
merged 2 commits into from
Nov 10, 2022

Conversation

wphicks
Copy link
Contributor

@wphicks wphicks commented Nov 10, 2022

This prevents requiring full specification for all template parameters in downstream make_mdspan usage. A more complete discussion of how we want to use memory_type in the public API can be deferred to a later PR.

This prevents downstream impact of requiring full specification of all
template parameters.
@wphicks wphicks added bug Something isn't working breaking Breaking change labels Nov 10, 2022
@wphicks wphicks requested a review from a team as a code owner November 10, 2022 15:10
@github-actions github-actions bot added the cpp label Nov 10, 2022
@wphicks
Copy link
Contributor Author

wphicks commented Nov 10, 2022

@gpucibot merge

@cjnolet
Copy link
Member

cjnolet commented Nov 10, 2022

I understand this is removing a public API function, but it was just added yesterday, so other than that, this isn't really a breaking change, right?

@wphicks
Copy link
Contributor Author

wphicks commented Nov 10, 2022

I understand this is removing a public API function, but it was just added yesterday, so other than that, this isn't really a breaking change, right?

That's correct.

@rapids-bot rapids-bot bot merged commit 88228ef into rapidsai:branch-22.12 Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking change bug Something isn't working cpp
Projects
Development

Successfully merging this pull request may close these issues.

3 participants