Add numba-cuda-mlir docs, cuda-core/cuda-cccl deps, cuda-toolkit extras#2101
Draft
leofang wants to merge 2 commits into
Draft
Add numba-cuda-mlir docs, cuda-core/cuda-cccl deps, cuda-toolkit extras#2101leofang wants to merge 2 commits into
leofang wants to merge 2 commits into
Conversation
… cuda-toolkit extras - Mention numba-cuda-mlir in README.md and DESCRIPTION.rst above the existing numba.cuda entry - Add cuda-core~=1.0.0 and cuda-cccl~=1.0.0 as required dependencies of the cuda-python metapackage (closes NVIDIA#148, closes NVIDIA#691) - Add bare cuda-toolkit==13.* to cuda-bindings[all] and remove cudla from the component-specific extras (closes NVIDIA#903) - Add cuda-toolkit==12.*/13.* to cuda-core's cu12/cu13 extras
Contributor
leofang
commented
May 18, 2026
| [project.optional-dependencies] | ||
| all = [ | ||
| "cuda-toolkit[nvrtc,nvjitlink,nvvm,nvfatbin,cudla]==13.*", | ||
| "cuda-toolkit[nvrtc,nvjitlink,nvvm,nvfatbin]==13.*", |
Member
Author
There was a problem hiding this comment.
I noticed this change sneaked in from PR #2034. This is a bit problematic because cuDLA is not a universally available component in the CTK, and the majority of users cannot use it but they'd see this at install time:
WARNING: cuda-toolkit 13.1.2.0 does not provide the extra 'cudla'
We should just document that DLA users need to install cuDLA if they haven't already (which I suspect is not the case, because there should be a system CTK already installed on embedded devices).
Contributor
There was a problem hiding this comment.
I approved this knowingly, after discovering that the meta package has the filters we need.
I missed that warning message though. If we want to get rid of it, we have do add the conditions similar to what we're doing under cuda_pathfinder/pyproject.toml:
"nvidia-cudla; platform_system == 'Linux' and platform_machine == 'aarch64'",
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
README.mdandDESCRIPTION.rst(above the existingnumba.cudaentry)cuda-core~=1.0.0andcuda-cccl~=1.0.0as required dependencies of thecuda-pythonmetapackage (closes Addcuda-coreas a required dependency tocuda-python#148, closes Addcuda-ccclas a required dependency tocuda-python#691)cuda-toolkit==13.*tocuda-bindings[all]and removecudlafrom the component-specific extras (closes RFC: Make ourcuda-*packages depend on the newcuda-toolkitmetapackage without version constraints? #903)cuda-toolkit==12.*/cuda-toolkit==13.*tocuda-core'scu12/cu13extras