-
Notifications
You must be signed in to change notification settings - Fork 236
Closed
Labels
P0High priority - Must do!High priority - Must do!cuda.bindingsEverything related to the cuda.bindings moduleEverything related to the cuda.bindings moduledocumentationImprovements or additions to documentationImprovements or additions to documentation
Milestone
Description
- We support CUDA minor version compatibility
- For the current
cuda-pythonpackages (futurecuda.bindings[EPIC] RFC:cudanamespace cleanup #75):- We cover bindings for the latest two CUDA major versions. The way we do this is to maintain 2 branches:
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. - 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.
- For a diagrammatic representation please see RFC: Turn
cuda-pythoninto a metapackage #105
- We cover bindings for the latest two CUDA major versions. The way we do this is to maintain 2 branches:
- We follow CPython's EOL schedule (important: not SPEC 0 or NEP 29!)
- ... anything else?
Metadata
Metadata
Assignees
Labels
P0High priority - Must do!High priority - Must do!cuda.bindingsEverything related to the cuda.bindings moduleEverything related to the cuda.bindings moduledocumentationImprovements or additions to documentationImprovements or additions to documentation