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

Drop Numba DeviceNDArray code for sizeof #257

Merged
merged 3 commits into from
Mar 19, 2020

Conversation

jakirkham
Copy link
Member

Fixes #224

As Dask 2.9.0+ has code for determining sizeof for Numba DeviceNDArrays, there is no need for us to carry around our own code for this. So go ahead and drop it.

@jakirkham jakirkham requested a review from a team as a code owner March 19, 2020 03:28
@codecov-io
Copy link

codecov-io commented Mar 19, 2020

Codecov Report

Merging #257 into branch-0.13 will increase coverage by 0.17%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##           branch-0.13     #257      +/-   ##
===============================================
+ Coverage        77.92%   78.09%   +0.17%     
===============================================
  Files               14       14              
  Lines              983      977       -6     
===============================================
- Hits               766      763       -3     
+ Misses             217      214       -3     
Impacted Files Coverage Δ
dask_cuda/device_host_file.py 96.47% <ø> (+3.06%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ba6829e...b9bc27e. Read the comment docs.

In Dask 2.9.0, support for computing the `sizeof` of Numba
`DeviceNDArray`s was included. So bump our Dask version requirement so
that we get this fix. Can drop our own vendored version of this code as
a result.
As Dask 2.9.0+ has code for determining `sizeof` for Numba
`DeviceNDArray`s, there is no need for us to carry around our own code
for this. So go ahead and drop it.
@jakirkham jakirkham force-pushed the drop_numba_sizeof_code branch from ba8f179 to b9bc27e Compare March 19, 2020 04:09
Copy link
Member

@pentschev pentschev left a comment

Choose a reason for hiding this comment

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

Thanks @jakirkham !

@pentschev pentschev merged commit bf6f868 into rapidsai:branch-0.13 Mar 19, 2020
@jakirkham jakirkham deleted the drop_numba_sizeof_code branch March 19, 2020 18:28
@jakirkham
Copy link
Member Author

Thanks Peter! 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dropping Numba sizeof code
3 participants