Skip to content

Commit d42939c

Browse files
author
cuda-python-bot
committed
Deploy latest docs: 9cc3420
1 parent 1fead38 commit d42939c

219 files changed

Lines changed: 8800 additions & 1116 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: 77f11590af1d15d2feb76eb45a3375bf
3+
config: a213f9b53ab70e7cafa294f138401f4b
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
-16 KB
Binary file not shown.
20.7 KB
Binary file not shown.
3.7 KB
Binary file not shown.
Binary file not shown.
43 Bytes
Binary file not shown.
142 Bytes
Binary file not shown.
55.7 KB
Binary file not shown.
20.4 KB
Binary file not shown.

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

Lines changed: 4 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66
``cuda.core`` API Reference
77
===========================
88

9-
This is the main API reference for ``cuda.core``. The package has not yet
10-
reached version 1.0.0, and APIs may change between minor versions, possibly
11-
without deprecation warnings. Once version 1.0.0 is released, APIs will
12-
be considered stable and will follow semantic versioning with appropriate
13-
deprecation periods for breaking changes.
9+
This is the main API reference for ``cuda.core``. As of version 1.0.0, all
10+
APIs are considered stable and follow `Semantic Versioning <https://semver.org/>`_
11+
with appropriate deprecation periods for breaking changes. See the
12+
:doc:`support policy <support>` for details.
1413

1514

1615
Devices and execution
@@ -261,46 +260,6 @@ execution.
261260
checkpoint.Process
262261

263262

264-
CUDA system information and NVIDIA Management Library (NVML)
265-
------------------------------------------------------------
266-
267-
.. note::
268-
``cuda.core.system`` support requires ``cuda_bindings`` 12.9.6 or later, or 13.2.0 or later.
269-
270-
Basic functions
271-
```````````````
272-
273-
.. autosummary::
274-
:toctree: generated/
275-
276-
system.get_user_mode_driver_version
277-
system.get_kernel_mode_driver_version
278-
system.get_driver_branch
279-
system.get_num_devices
280-
system.get_nvml_version
281-
system.get_process_name
282-
system.get_topology_common_ancestor
283-
system.get_p2p_status
284-
285-
Events
286-
``````
287-
288-
.. autosummary::
289-
:toctree: generated/
290-
291-
system.register_events
292-
293-
Types
294-
`````
295-
296-
.. autosummary::
297-
:toctree: generated/
298-
299-
:template: autosummary/cyclass.rst
300-
301-
system.Device
302-
system.NvlinkInfo
303-
304263
Utility functions
305264
-----------------
306265

0 commit comments

Comments
 (0)