dev-python/cuda-core
cuda.core: pythonic CUDA module
ChangeLog
commit 3fc9c564bbda3f8e8ec26d5c71d0d315b2f2dc27
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat May 30 15:32:48 2026 +0200
dev-python/cuda-core: new package, 1.0.1
NVIDIA's pythonic CUDA module from the NVIDIA/cuda-python monorepo
(cuda-core-v<PV> tag prefix, like cuda-pathfinder). Apache-2.0 source,
runtime hits /opt/cuda headers via cuda.pathfinder. Required as a
runtime dep by dev-python/cuda-python ~=1.0.0 since 13.3.0; the
overlay was silently missing the RDEPEND entry until this landed.
cuda-bindings is added at both DEPEND and BDEPEND because cuda-core's
.pyx files do `from cuda.bindings cimport cydriver`, which needs the
installed package's .pxd headers — upstream pyproject only declares
this dep under the cu12/cu13 runtime extras but the build can't
proceed without it.
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat May 30 15:32:48 2026 +0200
dev-python/cuda-core: new package, 1.0.1
NVIDIA's pythonic CUDA module from the NVIDIA/cuda-python monorepo
(cuda-core-v<PV> tag prefix, like cuda-pathfinder). Apache-2.0 source,
runtime hits /opt/cuda headers via cuda.pathfinder. Required as a
runtime dep by dev-python/cuda-python ~=1.0.0 since 13.3.0; the
overlay was silently missing the RDEPEND entry until this landed.
cuda-bindings is added at both DEPEND and BDEPEND because cuda-core's
.pyx files do `from cuda.bindings cimport cydriver`, which needs the
installed package's .pxd headers — upstream pyproject only declares
this dep under the cu12/cu13 runtime extras but the build can't
proceed without it.


View
Download
Browse