CUDA Python 1.0 包含哪些核心组件?
包括 cuda.core 1.0.0、cuda.compute 1.0.0、cuda.bindings 13.3.0、cuda-pathfinder 和 nvmath-python 1.0 等。
(翻译)CUDA Python 1.0:稳定API、统一基础、完整平台访问

For years, a Python developer who needed a GPU had two realistic choices: Learn NVIDIA CUDA C++ well enough to write an extension, set up a build toolchain…
NVIDIA发布CUDA Python 1.0,包含cuda.core、cuda.compute、cuda.bindings等组件,使Python开发者可直接使用完整CUDA平台。采用语义化版本提供稳定API,统一设备、流和内存管理,并支持green contexts、进程检查点与IPC等新能力。
包括 cuda.core 1.0.0、cuda.compute 1.0.0、cuda.bindings 13.3.0、cuda-pathfinder 和 nvmath-python 1.0 等。
破坏性API变更仅在大版本发布,次要版本增加功能,补丁版本修复问题;被淘汰的公开API会先弃用并给出清晰的替代路径。