-
Notifications
You must be signed in to change notification settings - Fork 132
Build CUDA 11.8 and Python 3.10 Packages #533
Conversation
@@ -287,7 +287,7 @@ We have confirmed that cuSignal successfully builds and runs on Windows by using | |||
pip install cupy-cudaXXX | |||
``` | |||
|
|||
Where XXX is the version of the CUDA toolkit you have installed. 11.5, for example is `cupy-cuda115`. See the [CuPy Documentation](https://docs-cupy.chainer.org/en/stable/install.html#install-cupy) for information on getting Windows wheels for other versions of CUDA. | |||
Where XXX is the version of the CUDA toolkit you have installed. 11.5, for example is `cupy-cuda115`. See the [CuPy Documentation](https://docs-cupy.chainer.org/en/stable/install.html#install-cupy) for information on getting wheels for other versions of CUDA. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was searching for content that might need updated regarding CUDA 11.8 and fixed an issue here. I removed the word "Windows" because the wheels needed for WSL are not Windows wheels. They're just normal Linux wheels.
The build script needs to know the gcc and nvcc versions to generate code for the appropriate architectures.
Codecov ReportBase: 71.70% // Head: 71.67% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## branch-23.02 #533 +/- ##
================================================
- Coverage 71.70% 71.67% -0.03%
================================================
Files 51 51
Lines 2859 2860 +1
================================================
Hits 2050 2050
- Misses 809 810 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
/merge |
Description
This PR updates
cusignal
to build against branch cuda-118 of theshared-action-workflow
repository.That branch contains updates for CUDA 11.8 and Python 3.10 packages.
I enabled
sm_90
support in builds using CUDA 11.8+.It also includes some minor file renames.