You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where __cuda sets the minimum driver requirement from the user.
And cuda-version or cudatoolkit handle the cudart version.
I'm surprised at the lose requirement for cudatoolkit/cuda-version as I expected us to need the correct minor version of cudart. It might need trying cxomparing with pin_compatible
The text was updated successfully, but these errors were encountered:
We are handling the cuda dependency incorrectly.
Based on https://github.com/conda-forge/cuda-version-feedstock/blob/main/recipe/README.md
I believe our meta.yaml should be something like:
where
__cuda
sets the minimum driver requirement from the user.And
cuda-version
orcudatoolkit
handle the cudart version.I'm surprised at the lose requirement for
cudatoolkit
/cuda-version
as I expected us to need the correct minor version of cudart. It might need trying cxomparing withpin_compatible
The text was updated successfully, but these errors were encountered: