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

Replace use of custom CUDA bindings with CUDA-Python #930

Merged
merged 18 commits into from
Jan 19, 2022
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions conda/environments/rmm_dev_cuda10.2.yml

This file was deleted.

21 changes: 0 additions & 21 deletions conda/environments/rmm_dev_cuda11.0.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ dependencies:
- numpy
- cffi>=1.10.0
- pytest
- cudatoolkit=10.1
- cudatoolkit=11.5
- spdlog>=1.8.5,<1.9
- cython>=0.29,<0.30
- gcovr>=5.0
- cuda-python>=11.5,<12.0
2 changes: 2 additions & 0 deletions conda/recipes/rmm/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ requirements:
- cython >=0.29,<0.30
- spdlog>=1.8.5,<2.0.0a0
- cudatoolkit {{ cuda_version }}.*
- cuda-python >=11.5,<12.0
run:
- python
- numba >=0.49
Expand All @@ -39,6 +40,7 @@ requirements:
{% else %}
- {{ pin_compatible('cudatoolkit', upper_bound='11.2', lower_bound='11.0') }} # cudatoolkit >=11.0,<11.2
{% endif %}
- cuda-python >=11.5,<12.0

test:
commands:
Expand Down
Loading