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

Add Cython definitions for device_uvector #720

Merged
merged 2 commits into from
Mar 5, 2021

Conversation

shwina
Copy link
Contributor

@shwina shwina commented Mar 5, 2021

The new cuDF join APIs will return gathermaps of type device_uvector<size_type>>, so we need Cython definitions for it in RMM.

@shwina shwina requested a review from a team as a code owner March 5, 2021 16:02
@shwina shwina added the non-breaking Non-breaking change label Mar 5, 2021
@github-actions github-actions bot added the Python Related to RMM Python API label Mar 5, 2021
@shwina shwina added the feature request New feature or request label Mar 5, 2021
python/rmm/_lib/device_uvector.pxd Show resolved Hide resolved
Comment on lines +20 to +23
device_buffer release()
size_t capacity()
T* data()
size_t size()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

None of these throw?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope

@kkraus14
Copy link
Contributor

kkraus14 commented Mar 5, 2021

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 9f241bd into rapidsai:branch-0.19 Mar 5, 2021
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 non-breaking Non-breaking change Python Related to RMM Python API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants