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
To-do following from #13754: we may be able to remove cuda-version entirely and make packages that only depend on (arch, Python version) and not CUDA version.
We would only build packages on one CUDA version entry in the matrix (per Python version, per arch), and test them across all Python/arch/CUDA combinations. I think custreamz and dask-cudf are the only candidates for reduced builds like this. I think cudf_kafka may not be a good candidate because it links to CUDA C++ libraries, but I'm not sure.
The text was updated successfully, but these errors were encountered:
To-do following from #13754: we may be able to remove
cuda-version
entirely and make packages that only depend on (arch, Python version) and not CUDA version.We would only build packages on one CUDA version entry in the matrix (per Python version, per arch), and test them across all Python/arch/CUDA combinations. I think custreamz and dask-cudf are the only candidates for reduced builds like this. I think
cudf_kafka
may not be a good candidate because it links to CUDA C++ libraries, but I'm not sure.The text was updated successfully, but these errors were encountered: