Skip to content

Commit a7734ff

Browse files
author
cuda-python-bot
committed
Deploy latest docs: 7b00098
1 parent 4789d3a commit a7734ff

167 files changed

Lines changed: 1243 additions & 322 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: 155f07ed34d215257704d071a09ff65c
3+
config: 42c0414e8a202724a844eb23a5c02e3c
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
1.19 KB
Binary file not shown.
6.27 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ NVML
7979
system._device.MigInfo
8080
system._device.NvlinkInfo
8181
system._device.PciInfo
82+
system._device.ProcessInfo
8283
system._device.RepairStatus
8384
system._device.Temperature
8485
system._device.ThermalSensor

docs/cuda-core/latest/_sources/generated/cuda.core.system.Device.rst.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ cuda.core.system.Device
4848
.. autoattribute:: attributes
4949
.. autoattribute:: bar1_memory_info
5050
.. autoattribute:: brand
51+
.. autoattribute:: compute_running_processes
5152
.. autoattribute:: cooler
5253
.. autoattribute:: cuda_compute_capability
5354
.. autoattribute:: display_active
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
.. SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
.. SPDX-License-Identifier: Apache-2.0
3+
4+
cuda.core.system.\_device.ProcessInfo
5+
=====================================
6+
7+
.. currentmodule:: cuda.core.system._device
8+
9+
.. autoclass:: ProcessInfo
10+
11+
12+
13+
.. rubric:: Methods
14+
15+
16+
.. automethod:: __init__
17+
18+
19+
20+
21+
22+
23+
.. rubric:: Attributes
24+
25+
26+
.. autoattribute:: compute_instance_id
27+
.. autoattribute:: gpu_instance_id
28+
.. autoattribute:: pid
29+
.. autoattribute:: used_gpu_memory
30+
31+

docs/cuda-core/latest/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const DOCUMENTATION_OPTIONS = {
2-
VERSION: '0.7.1.dev53',
2+
VERSION: '0.7.1.dev54',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',

docs/cuda-core/latest/api.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545

4646

47-
<script src="_static/documentation_options.js?v=8227e8f7"></script>
47+
<script src="_static/documentation_options.js?v=49ae783a"></script>
4848
<script src="_static/doctools.js?v=9bcbadda"></script>
4949
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
5050
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
@@ -53,7 +53,7 @@
5353
<script>
5454
DOCUMENTATION_OPTIONS.theme_version = '0.17.1';
5555
DOCUMENTATION_OPTIONS.theme_switcher_json_url = 'https://nvidia.github.io/cuda-python/cuda-core/nv-versions.json';
56-
DOCUMENTATION_OPTIONS.theme_switcher_version_match = '0.7.1.dev53';
56+
DOCUMENTATION_OPTIONS.theme_switcher_version_match = '0.7.1.dev54';
5757
DOCUMENTATION_OPTIONS.show_version_warning_banner =
5858
false;
5959
</script>

0 commit comments

Comments
 (0)