-
Notifications
You must be signed in to change notification settings - Fork 247
Support CUDA 12.2 #1419
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
Merged
Merged
Support CUDA 12.2 #1419
Changes from 7 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
aabaf9f
use CUDA 12.2 for building and testing wheels
jameslamb b43571a
Merge branch 'branch-24.02' into test-cuda-12.2
jameslamb a2cb913
empty commit to re-trigger CI
jameslamb 64e2226
Merge branch 'branch-24.02' into test-cuda-12.2
jameslamb 7380d06
Merge branch 'branch-24.02' into test-cuda-12.2
jameslamb 5da713c
Merge branch 'test-cuda-12.2' of github.com:jameslamb/rmm into test-c…
jameslamb e4322e6
dependencies.yaml updates and add conda builds
jameslamb 4111b4b
remove 12.0 env file
jameslamb e1ce1ff
Merge branch 'branch-24.04' into test-cuda-12.2
jameslamb 3ae89f3
Merge branch 'branch-24.04' into test-cuda-12.2
jameslamb 1050767
Merge branch 'branch-24.04' into test-cuda-12.2
bdice d4f8aa2
Force cuda-version.
bdice ff8ea2d
Ignore run-exports from CUDA 12 compiler.
bdice 135c259
Fix run_export from cuda-cudart-dev.
bdice b86fd9c
Revert "Force cuda-version."
bdice 7623210
Refactor cuda_spec.
bdice f4da95c
Add cuda-cudart-dev with run-exports ignored.
bdice bdb9c06
Merge branch 'branch-24.04' into test-cuda-12.2
jakirkham File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,41 @@ | ||
| # This file is generated by `rapids-dependency-file-generator`. | ||
| # To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. | ||
| channels: | ||
| - rapidsai | ||
| - conda-forge | ||
| dependencies: | ||
| - breathe | ||
| - c-compiler | ||
| - clang-tools==16.0.6 | ||
| - clang==16.0.6 | ||
| - cmake>=3.26.4 | ||
| - cuda-nvcc | ||
| - cuda-python>=12.0,<13.0a0 | ||
| - cuda-version=12.2 | ||
| - cxx-compiler | ||
| - cython>=3.0.0 | ||
| - doxygen=1.9.1 | ||
| - fmt>=10.1.1,<11 | ||
| - gcc_linux-64=11.* | ||
| - gcovr>=5.0 | ||
| - graphviz | ||
| - identify>=2.5.20 | ||
| - ipython | ||
| - make | ||
| - nbsphinx | ||
| - ninja | ||
| - numba>=0.57 | ||
| - numpy>=1.21 | ||
| - numpydoc | ||
| - pre-commit | ||
| - pytest | ||
| - pytest-cov | ||
| - python>=3.9,<3.11 | ||
| - scikit-build-core>=0.7.0 | ||
| - spdlog>=1.12.0,<1.13 | ||
| - sphinx | ||
| - sphinx-copybutton | ||
| - sphinx-markdown-tables | ||
| - sphinx_rtd_theme | ||
| - sysroot_linux-64==2.17 | ||
| name: all_cuda-122_arch-x86_64 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.