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
numpy is an unlisted dependency. Currently, I think it's picked up transitively through numba - but should be listed explicitly.
At minimum, lit and numpy should be added as dependencies.
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.
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.
The text was updated successfully, but these errors were encountered:
The dependencies listed for
cuda.parallel
are incomplete:lit
is required by libcudacxx, which in turn is configured when we first invokecmake
.numpy
is an unlisted dependency. Currently, I think it's picked up transitively throughnumba
- but should be listed explicitly.lit
andnumpy
should be added as dependencies.setup.py
topyproject.toml
.lit
in particular should be available before the package is installed and thus would need to be listed here.cuda.cooperative
.FYI, @rwgk as I know some of this stuff is probably in flux as part of #3201.
The text was updated successfully, but these errors were encountered: