Skip to content

Commit 384a8ef

Browse files
author
cuda-python-bot
committed
Deploy latest docs: 35d1722
1 parent 90686e0 commit 384a8ef

188 files changed

Lines changed: 2380 additions & 707 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/cuda-core/latest/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: e98d8968b09eec4c4c65b9fbd3f23eca
3+
config: a5a80ca5ef727163e6414ae68ebb5857
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
212 Bytes
Binary file not shown.
193 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
2.07 KB
Binary file not shown.

docs/cuda-core/latest/_sources/api.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@ Basic functions
274274
.. autosummary::
275275
:toctree: generated/
276276

277-
system.get_driver_version
278-
system.get_driver_version_full
277+
system.get_user_mode_driver_version
278+
system.get_kernel_mode_driver_version
279279
system.get_driver_branch
280280
system.get_num_devices
281281
system.get_nvml_version
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
cuda.core.system.get\_kernel\_mode\_driver\_version
2+
===================================================
3+
4+
.. currentmodule:: cuda.core.system
5+
6+
.. autofunction:: get_kernel_mode_driver_version
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
cuda.core.system.get\_user\_mode\_driver\_version
2+
=================================================
3+
4+
.. currentmodule:: cuda.core.system
5+
6+
.. autofunction:: get_user_mode_driver_version

docs/cuda-core/latest/_sources/release/1.0.0-notes.rst.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,12 @@ Breaking changes
163163
:mod:`cuda.core.utils` module.
164164
(`#2028 <https://github.com/NVIDIA/cuda-python/issues/2028>`__)
165165

166+
- Replaced ``system.get_driver_version()`` and
167+
``system.get_driver_version_full()`` with
168+
:func:`system.get_user_mode_driver_version` (works with or without
169+
NVML) and :func:`system.get_kernel_mode_driver_version` (requires
170+
NVML). Each returns a ``tuple[int, ...]``.
171+
166172
Fixes and enhancements
167173
-----------------------
168174

0 commit comments

Comments
 (0)