Skip to content

Commit cea05a4

Browse files
author
cuda-python-bot
committed
Deploy doc preview for PR 1917 (352ea3b)
1 parent 5ba0c2f commit cea05a4

162 files changed

Lines changed: 1404 additions & 317 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.
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: 287d1b357e707dbe161c5aa421c29911
3+
config: 70be6840f501c3d07287bda6f06dabe6
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
1.21 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

docs/pr-preview/pr-1917/cuda-core/latest/_sources/api.rst.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ Types
257257
system.InforomInfo
258258
system.MemoryInfo
259259
system.PciInfo
260+
system.ProcessInfo
260261
system.RepairStatus
261262
system.Temperature
262263
system.ThermalSensor
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.ProcessInfo
5+
============================
6+
7+
.. currentmodule:: cuda.core.system
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/pr-preview/pr-1917/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.dev17',
2+
VERSION: '0.7.1.dev18',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',

docs/pr-preview/pr-1917/cuda-core/latest/api.html

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

4545

4646

47-
<script src="_static/documentation_options.js?v=3618b501"></script>
47+
<script src="_static/documentation_options.js?v=de0216c3"></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.0';
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.dev17';
56+
DOCUMENTATION_OPTIONS.theme_switcher_version_match = '0.7.1.dev18';
5757
DOCUMENTATION_OPTIONS.show_version_warning_banner =
5858
false;
5959
</script>
@@ -599,6 +599,7 @@
599599
<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.InforomInfo.html">cuda.core.system.InforomInfo</a></li>
600600
<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.MemoryInfo.html">cuda.core.system.MemoryInfo</a></li>
601601
<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.PciInfo.html">cuda.core.system.PciInfo</a></li>
602+
<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.ProcessInfo.html">cuda.core.system.ProcessInfo</a></li>
602603
<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.RepairStatus.html">cuda.core.system.RepairStatus</a></li>
603604
<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.Temperature.html">cuda.core.system.Temperature</a></li>
604605
<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.ThermalSensor.html">cuda.core.system.ThermalSensor</a></li>
@@ -1107,16 +1108,19 @@ <h3>Types<a class="headerlink" href="#types" title="Link to this heading">#</a><
11071108
<tr class="row-even"><td><p><a class="reference internal" href="generated/cuda.core.system.PciInfo.html#cuda.core.system.PciInfo" title="cuda.core.system.PciInfo"><code class="xref py py-obj docutils literal notranslate"><span class="pre">system.PciInfo</span></code></a>(pci_info_ext, int handle)</p></td>
11081109
<td><p>PCI information about a GPU device.</p></td>
11091110
</tr>
1110-
<tr class="row-odd"><td><p><a class="reference internal" href="generated/cuda.core.system.RepairStatus.html#cuda.core.system.RepairStatus" title="cuda.core.system.RepairStatus"><code class="xref py py-obj docutils literal notranslate"><span class="pre">system.RepairStatus</span></code></a>(int handle)</p></td>
1111+
<tr class="row-odd"><td><p><a class="reference internal" href="generated/cuda.core.system.ProcessInfo.html#cuda.core.system.ProcessInfo" title="cuda.core.system.ProcessInfo"><code class="xref py py-obj docutils literal notranslate"><span class="pre">system.ProcessInfo</span></code></a>(process_info)</p></td>
1112+
<td><p>Information about a process using the GPU.</p></td>
1113+
</tr>
1114+
<tr class="row-even"><td><p><a class="reference internal" href="generated/cuda.core.system.RepairStatus.html#cuda.core.system.RepairStatus" title="cuda.core.system.RepairStatus"><code class="xref py py-obj docutils literal notranslate"><span class="pre">system.RepairStatus</span></code></a>(int handle)</p></td>
11111115
<td><p>Repair status for TPC/Channel repair.</p></td>
11121116
</tr>
1113-
<tr class="row-even"><td><p><a class="reference internal" href="generated/cuda.core.system.Temperature.html#cuda.core.system.Temperature" title="cuda.core.system.Temperature"><code class="xref py py-obj docutils literal notranslate"><span class="pre">system.Temperature</span></code></a>(int handle)</p></td>
1117+
<tr class="row-odd"><td><p><a class="reference internal" href="generated/cuda.core.system.Temperature.html#cuda.core.system.Temperature" title="cuda.core.system.Temperature"><code class="xref py py-obj docutils literal notranslate"><span class="pre">system.Temperature</span></code></a>(int handle)</p></td>
11141118
<td><p></p></td>
11151119
</tr>
1116-
<tr class="row-odd"><td><p><a class="reference internal" href="generated/cuda.core.system.ThermalSensor.html#cuda.core.system.ThermalSensor" title="cuda.core.system.ThermalSensor"><code class="xref py py-obj docutils literal notranslate"><span class="pre">system.ThermalSensor</span></code></a>(int ptr, owner)</p></td>
1120+
<tr class="row-even"><td><p><a class="reference internal" href="generated/cuda.core.system.ThermalSensor.html#cuda.core.system.ThermalSensor" title="cuda.core.system.ThermalSensor"><code class="xref py py-obj docutils literal notranslate"><span class="pre">system.ThermalSensor</span></code></a>(int ptr, owner)</p></td>
11171121
<td><p></p></td>
11181122
</tr>
1119-
<tr class="row-even"><td><p><a class="reference internal" href="generated/cuda.core.system.ThermalSettings.html#cuda.core.system.ThermalSettings" title="cuda.core.system.ThermalSettings"><code class="xref py py-obj docutils literal notranslate"><span class="pre">system.ThermalSettings</span></code></a>(thermal_settings)</p></td>
1123+
<tr class="row-odd"><td><p><a class="reference internal" href="generated/cuda.core.system.ThermalSettings.html#cuda.core.system.ThermalSettings" title="cuda.core.system.ThermalSettings"><code class="xref py py-obj docutils literal notranslate"><span class="pre">system.ThermalSettings</span></code></a>(thermal_settings)</p></td>
11201124
<td><p></p></td>
11211125
</tr>
11221126
</tbody>

docs/pr-preview/pr-1917/cuda-core/latest/api_private.html

Lines changed: 3 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=3618b501"></script>
47+
<script src="_static/documentation_options.js?v=de0216c3"></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.0';
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.dev17';
56+
DOCUMENTATION_OPTIONS.theme_switcher_version_match = '0.7.1.dev18';
5757
DOCUMENTATION_OPTIONS.show_version_warning_banner =
5858
false;
5959
</script>
@@ -597,6 +597,7 @@
597597
<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.InforomInfo.html">cuda.core.system.InforomInfo</a></li>
598598
<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.MemoryInfo.html">cuda.core.system.MemoryInfo</a></li>
599599
<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.PciInfo.html">cuda.core.system.PciInfo</a></li>
600+
<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.ProcessInfo.html">cuda.core.system.ProcessInfo</a></li>
600601
<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.RepairStatus.html">cuda.core.system.RepairStatus</a></li>
601602
<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.Temperature.html">cuda.core.system.Temperature</a></li>
602603
<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.ThermalSensor.html">cuda.core.system.ThermalSensor</a></li>

docs/pr-preview/pr-1917/cuda-core/latest/conduct.html

Lines changed: 3 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=3618b501"></script>
47+
<script src="_static/documentation_options.js?v=de0216c3"></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.0';
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.dev17';
56+
DOCUMENTATION_OPTIONS.theme_switcher_version_match = '0.7.1.dev18';
5757
DOCUMENTATION_OPTIONS.show_version_warning_banner =
5858
false;
5959
</script>
@@ -599,6 +599,7 @@
599599
<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.InforomInfo.html">cuda.core.system.InforomInfo</a></li>
600600
<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.MemoryInfo.html">cuda.core.system.MemoryInfo</a></li>
601601
<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.PciInfo.html">cuda.core.system.PciInfo</a></li>
602+
<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.ProcessInfo.html">cuda.core.system.ProcessInfo</a></li>
602603
<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.RepairStatus.html">cuda.core.system.RepairStatus</a></li>
603604
<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.Temperature.html">cuda.core.system.Temperature</a></li>
604605
<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.ThermalSensor.html">cuda.core.system.ThermalSensor</a></li>

0 commit comments

Comments
 (0)