Skip to content
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

Make custreamz and dask-cudf packages free of cuda-version dependency. #13755

Open
bdice opened this issue Jul 25, 2023 · 3 comments
Open

Make custreamz and dask-cudf packages free of cuda-version dependency. #13755

bdice opened this issue Jul 25, 2023 · 3 comments
Assignees

Comments

@bdice
Copy link
Contributor

bdice commented Jul 25, 2023

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.

@bdice bdice self-assigned this Jul 25, 2023
@jakirkham
Copy link
Member

Wonder if we can go further and make these noarch (assuming there is no compiled code)

@bdice
Copy link
Contributor Author

bdice commented Jul 26, 2023

cudf-kafka has compiled code (which is why I'm less sure if it's CUDA-version-independent) but custreamz and dask-cudf can become noarch.

@bdice
Copy link
Contributor Author

bdice commented Jul 26, 2023

I fixed the build string for cudf-kafka in #13769.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

3 participants