File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,10 +101,10 @@ jobs:
101101 with :
102102 python-version : " 3.12"
103103
104- - name : Self-test release-notes checker
105- run : |
106- pip install pytest
107- pytest ci/tools/tests
104+ # - name: Self-test release-notes checker
105+ # run: |
106+ # pip install pytest
107+ # pytest ci/tools/tests
108108
109109 - name : Check versioned release notes exist
110110 run : |
Original file line number Diff line number Diff line change 33 "version" : " latest" ,
44 "url" : " https://nvidia.github.io/cuda-python/cuda-core/latest/"
55 },
6+ {
7+ "version" : " 1.0.1" ,
8+ "url" : " https://nvidia.github.io/cuda-python/cuda-core/1.0.1/"
9+ },
610 {
711 "version" : " 1.0.0" ,
812 "url" : " https://nvidia.github.io/cuda-python/cuda-core/1.0.0/"
Original file line number Diff line number Diff line change 33
44 .. module :: cuda.core.system
55
6- CUDA system information and NVIDIA Management Library (NVML)
7- ============================================================
6+ ``cuda.core.system `` API Reference
7+ ==================================
8+
9+ This is the API reference for Pythonic access to CUDA system information,
10+ through the NVIDIA Management Library (NVML).
811
912.. note ::
1013 ``cuda.core.system `` support requires ``cuda_bindings `` 12.9.6 or later, or 13.2.0 or later.
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ Welcome to the documentation for ``cuda.core``.
1111 :caption: Contents:
1212
1313 getting-started
14- examples
1514 install
15+ examples
1616 interoperability
1717 api
1818 api_nvml
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ authors = [
2626]
2727license = " Apache-2.0"
2828classifiers = [
29- " Development Status :: 4 - Beta " ,
29+ " Development Status :: 5 - Production/Stable " ,
3030 " Intended Audience :: Developers" ,
3131 " Intended Audience :: Science/Research" ,
3232 " Intended Audience :: End Users/Desktop" ,
You can’t perform that action at this time.
0 commit comments