Y
Hacker News
new
|
ask
|
show
|
jobs
by
m_d_
633 days ago
conda provides cudatoolkit and associated packages. Does this solve the situation?
2 comments
SubiculumCode
632 days ago
Actually yes it does....except I seem to remember that it doesn't go back that far in cuda versions. I can't seem to find it again right now.
link
nyrikki
632 days ago
The condos 200-employee threshold licence change is problematic for some.
link
boldlybold
632 days ago
As long as you stay out of the "defaults" and "anaconda" repos, you're not subject to that license. For my needs conda-forge and bioconda have everything. I'm not sure about the nvidia repo but I assume it's similar.
link
kmaehashi
632 days ago
Actually all CUDA Toolkit libs are already available through the conda-forge channel:
https://anaconda.org/conda-forge/cuda-cudart
,
https://anaconda.org/conda-forge/libcublas
, etc.
link