Skip to content

Commit 2755aaf

Browse files
author
cuda-python-bot
committed
Deploy doc preview for PR 1916 (3b3a617)
1 parent cea05a4 commit 2755aaf

162 files changed

Lines changed: 1512 additions & 320 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: 631f310f1558c108f5316db4d09add1c
3+
config: b58ff8f6f2bb5916d13a5f85d5784a3f
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
943 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ Types
256256
system.GpuTopologyLevel
257257
system.InforomInfo
258258
system.MemoryInfo
259+
system.MigInfo
259260
system.PciInfo
260261
system.RepairStatus
261262
system.Temperature
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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.MigInfo
5+
========================
6+
7+
.. currentmodule:: cuda.core.system
8+
9+
.. autoclass:: MigInfo
10+
11+
12+
13+
.. rubric:: Methods
14+
15+
16+
.. automethod:: __init__
17+
.. automethod:: get_all_devices
18+
.. automethod:: get_device_by_index
19+
.. automethod:: get_device_count
20+
.. automethod:: get_parent_device
21+
22+
23+
24+
25+
26+
27+
.. rubric:: Attributes
28+
29+
30+
.. autoattribute:: is_mig_device
31+
.. autoattribute:: mode
32+
.. autoattribute:: pending_mode
33+
34+

docs/pr-preview/pr-1916/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.dev20',
2+
VERSION: '0.7.1.dev21',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',

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

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

4545

4646

47-
<script src="_static/documentation_options.js?v=50c15500"></script>
47+
<script src="_static/documentation_options.js?v=f4b9d119"></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.dev20';
56+
DOCUMENTATION_OPTIONS.theme_switcher_version_match = '0.7.1.dev21';
5757
DOCUMENTATION_OPTIONS.show_version_warning_banner =
5858
false;
5959
</script>
@@ -598,6 +598,7 @@
598598
<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.GpuTopologyLevel.html">cuda.core.system.GpuTopologyLevel</a></li>
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>
601+
<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.MigInfo.html">cuda.core.system.MigInfo</a></li>
601602
<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.PciInfo.html">cuda.core.system.PciInfo</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>
@@ -1104,19 +1105,22 @@ <h3>Types<a class="headerlink" href="#types" title="Link to this heading">#</a><
11041105
<tr class="row-odd"><td><p><a class="reference internal" href="generated/cuda.core.system.MemoryInfo.html#cuda.core.system.MemoryInfo" title="cuda.core.system.MemoryInfo"><code class="xref py py-obj docutils literal notranslate"><span class="pre">system.MemoryInfo</span></code></a>(memory_info)</p></td>
11051106
<td><p>Memory allocation information for a device.</p></td>
11061107
</tr>
1107-
<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>
1108+
<tr class="row-even"><td><p><a class="reference internal" href="generated/cuda.core.system.MigInfo.html#cuda.core.system.MigInfo" title="cuda.core.system.MigInfo"><code class="xref py py-obj docutils literal notranslate"><span class="pre">system.MigInfo</span></code></a>(Device device)</p></td>
1109+
<td><p></p></td>
1110+
</tr>
1111+
<tr class="row-odd"><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>
11081112
<td><p>PCI information about a GPU device.</p></td>
11091113
</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>
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-1916/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=50c15500"></script>
47+
<script src="_static/documentation_options.js?v=f4b9d119"></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.dev20';
56+
DOCUMENTATION_OPTIONS.theme_switcher_version_match = '0.7.1.dev21';
5757
DOCUMENTATION_OPTIONS.show_version_warning_banner =
5858
false;
5959
</script>
@@ -596,6 +596,7 @@
596596
<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.GpuTopologyLevel.html">cuda.core.system.GpuTopologyLevel</a></li>
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>
599+
<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.MigInfo.html">cuda.core.system.MigInfo</a></li>
599600
<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.PciInfo.html">cuda.core.system.PciInfo</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>

docs/pr-preview/pr-1916/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=50c15500"></script>
47+
<script src="_static/documentation_options.js?v=f4b9d119"></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.dev20';
56+
DOCUMENTATION_OPTIONS.theme_switcher_version_match = '0.7.1.dev21';
5757
DOCUMENTATION_OPTIONS.show_version_warning_banner =
5858
false;
5959
</script>
@@ -598,6 +598,7 @@
598598
<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.GpuTopologyLevel.html">cuda.core.system.GpuTopologyLevel</a></li>
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>
601+
<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.MigInfo.html">cuda.core.system.MigInfo</a></li>
601602
<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.PciInfo.html">cuda.core.system.PciInfo</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>

0 commit comments

Comments
 (0)