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

Set CUDA version in one file (and use everywhere else) #101

Merged
merged 14 commits into from
Aug 12, 2024

Conversation

jakirkham
Copy link
Member

  • Rewrite logic to move CUDA version to one file used everywhere
  • Switch conda-build recipe from sysroot to {{ stdlib('c') }}

jakirkham and others added 14 commits August 12, 2024 15:23
Instead of having the CUDA version hard-coded in a bunch of places,
consolidate it to one file and have everything else load and use that
file.
Co-authored-by: Bradley Dice <bdice@bradleydice.com>
This doesn't affect the hash correctly. So drop it.

We should get a different hash when building for a different CUDA
version to help distinguish between packages.
As both `conda build` and `conda mambabuild` use the same `libmamba`
solver by default, just use `conda build`, which is a bit more flexible
here.
Improve readability a bit.
@jakirkham jakirkham requested review from a team as code owners August 12, 2024 22:24
@jakirkham jakirkham requested a review from msarahan August 12, 2024 22:24
@jakirkham jakirkham merged commit a2f23b7 into rapidsai:main Aug 12, 2024
49 checks passed
@jakirkham jakirkham deleted the simp_cuda_ver branch August 12, 2024 22:52
@jakirkham jakirkham mentioned this pull request Aug 12, 2024
@jakirkham jakirkham mentioned this pull request Oct 24, 2024
gmarkall pushed a commit that referenced this pull request Oct 25, 2024
* Fix building tests in multi-gpu environment (#98) 
* Change cmake.verbose = true to build.verbose = true (#99) 
* Use build-system.requires to set scikit-build-core minimum version
(#100)
* Set CUDA version in one file (and use everywhere else) (#101) 
* Drop Python 3.9 support (#102) 
* Use CI workflow branch 'branch-24.10' again (#105) 
* Use conda strict channel priority. (#109) 
* Update to CUDA 12.6 (#97)
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.

2 participants