Skip to content

Add Cython definitions for device_uvector#720

Merged
rapids-bot[bot] merged 2 commits intorapidsai:branch-0.19from
shwina:add-device-uvector
Mar 5, 2021
Merged

Add Cython definitions for device_uvector#720
rapids-bot[bot] merged 2 commits intorapidsai:branch-0.19from
shwina:add-device-uvector

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
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