-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
cupy and cupy-core are linked against cudatoolkit (and CUDA 11.8), disregarding of any installed cuda version > 11.8 #294
Comments
Can you please share a |
Sure, here you go: env.yml
|
Can you please share a reproducer that uses |
No can do, |
Mixing conda-forge with other channels has never been supported. This is a general, well-established policy irrelevant of CUDA, PyTorch, CuPy, or any conda packages. Now that
you should really start giving it a shot using everything only from conda-forge and see how it goes. If there's still any issue, please report to the respective feedstocks so that the maintainers can help address. |
Just a quick check on my side, the migration to Glad this whole repo situation is being addressed tough for pytorch, thanks for your help. |
Conda-forge is a community led effort. Yes it is true we still don't have pytorch on windows. See conda-forge/pytorch-cpu-feedstock#268 (comment) |
Solution to issue cannot be found in the documentation.
Issue
Seems that the last version of cupy (py311/win64) on conda-forge has cudatoolkit (11.8) dep and force cupy to use an older cuda runtime, disregarding any cuda runtime already installed (in my case, nvidia::cuda-runtime 12.4 with system CUDA 12.6 update 2).
To ensure cupy is compiling RawKernels correctly (on win11 24h2, CUDA 12.6 SDK), i had to downgrade cupy by removing conda-forge's cudatoolkit (11.8).
cupy 13.3.0-py311h0508009_2 --> 13.3.0-py311hd45bd00_2
cupy-core 13.3.0-py311h83aa944_2 --> 13.3.0-py311h54f43e2_2
cupy/cupy#8734 (comment)
Installed packages
Environment info
The text was updated successfully, but these errors were encountered: