-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
[Windows] CUDA installation fixes, add 11.1 and document absence of nvcuda.dll #131
Conversation
…da-forge-pinning 2020.11.10.21.31.03
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
@conda-forge/core we need this for CUDA 11.1, now merged. How should I proceed here? Merge |
Resolve the conflicts and make sure the version is ahead. Then we should be good to go. |
@conda-forge-admin rerender Just to make sure the merge went ok. |
Note this won't build for travis. Also, we might want some code review from someone more knowledgeable than me on the CI setup package itself. cc @conda-forge/core |
Hi! This is the friendly automated conda-forge-webservice. |
I also forgot I need to add the CUDA 11.1 matrix entries, which will fail on Linux due to the missing Docker image (see conda-forge/docker-images#160). |
…da-forge-pinning 2020.11.22.13.14.13
Can you fork to a non-org place? That way others can rerender. |
Oops, I didn't know that was a limitation. I'll transfer back to my personal account. |
It is. Though one can also re-render locally. |
@conda-forge/core this is ready for review! |
May I ask for a merge if nobody is against it? 😄 |
Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)I have been trying to provide
nvcuda.dll
in conda-forge/openmm-feedstock#36 only to realize it is not possible, so I am documenting it here in case somebody wants to try again.nvcuda64.dl_
intoC:\Windows\system32
asnvcuda.dll
, but that doesn't seem to be the case with most recent ones -- DLL will fail to load with error 193.Basically the only way to provide
nvcuda.dll
involves breaking the EULA since you would have to redistribute the DLL from a working installation to bypass the hardware checks, and we can't do that.Since I had to experiment with a few things to arrive to this conclusion, I am also adding a few fixes:
Status
cudatoolkit
11.1 is only available inconda-forge/label/test
for now.