-
Notifications
You must be signed in to change notification settings - Fork 668
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
Bump CUDA 12.2.0 to 12.2.1, fix setup support for Cuda 12.1 #703
Bump CUDA 12.2.0 to 12.2.1, fix setup support for Cuda 12.1 #703
Conversation
Co-authored-by: Jeongseok Kang <jskang@lablup.com>
…ets to select max
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread. |
Great addition -- thank you! Can you please address the issue and then I am happy to merge. |
@TimDettmers I believe that should do it; There are some small changes such as updating from 12.1.0 to 12.1.1 in |
@TimDettmers the other PRs are now being marked as closed; can you merge this before it bitrots again? |
This looks good to me. Thanks for your work! We're still working hard to get on top of the maintenance load, so things were taking a while. Sorry! Really appreciate your contribution :) |
The "sort compute capabilities" fix from bitsandbytes-foundation#703 (bitsandbytes-foundation#527) would actually do nothing due to this.
* Diagnostics: streamline debug printing code * CUDA setup: Remove unused `backup_paths` * CUDA setup: DRY OS detection * CUDA setup: Streamline `manual_override()` * CUDA setup: Use comment instead of string literal, simplify * CUDA setup: remove duplicate sort The "sort compute capabilities" fix from #703 (#527) would actually do nothing due to this. * CUDA setup: make version number replacement logic more obvious
cuda_setup.py
not recognizing cuda 12.1 or 12.2 in runtime selection.README.md
inconsistencies on 12x support.