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

Audit and update build/test requirements for cuda.parallel and cuda.cooperative #3290

Open
shwina opened this issue Jan 8, 2025 · 0 comments

Comments

@shwina
Copy link
Contributor

shwina commented Jan 8, 2025

The dependencies listed for cuda.parallel are incomplete:

  • lit is required by libcudacxx, which in turn is configured when we first invoke cmake.
  • numpy is an unlisted dependency. Currently, I think it's picked up transitively through numba - but should be listed explicitly.
  1. At minimum, lit and numpy should be added as dependencies.
  2. I think we should move where we list these dependencies from setup.py to pyproject.toml. lit in particular should be available before the package is installed and thus would need to be listed here.
  3. We should similarly audit the dependencies of cuda.cooperative.

FYI, @rwgk as I know some of this stuff is probably in flux as part of #3201.

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

No branches or pull requests

1 participant