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
We cover bindings for the latest two CUDA major versions. The way we do this is to maintain 2 branches: main for the latest major cuda-N and the last major cuda-<N-1>, and we backport bug fixes that are merged into main to the last major branch as well.
For versioning, we follow the same CTK major.minor version, but use the patch version for Python only changes. Reasoning being that no API addition/removal is expected in CTK patch releases.
cuda-pythonpackages (futurecuda.bindings[EPIC] RFC:cudanamespace cleanup #75):mainfor the latest majorcuda-Nand the last majorcuda-<N-1>, and we backport bug fixes that are merged intomainto the last major branch as well.cuda-pythoninto a metapackage #105