Skip to content

Commit a853d9e

Browse files
author
cuda-python-bot
committed
Deploy latest docs: b162f64
1 parent f0eb28c commit a853d9e

164 files changed

Lines changed: 1337 additions & 319 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: cbe21afc4dac189a09d39e90293b1cd3
3+
config: e875c0048f6e22c7486d3d83bea6bd81
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
928 Bytes
Binary file not shown.
8.81 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
1+
.. SPDX-FileCopyrightText: Copyright (c) 2024-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
.. SPDX-License-Identifier: Apache-2.0
33
44
:orphan:
@@ -76,6 +76,7 @@ NVML
7676
system._device.GpuTopologyLevel
7777
system._device.InforomInfo
7878
system._device.MemoryInfo
79+
system._device.MigInfo
7980
system._device.PciInfo
8081
system._device.RepairStatus
8182
system._device.Temperature

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ cuda.core.system.Device
5656
.. autoattribute:: inforom
5757
.. autoattribute:: is_c2c_mode_enabled
5858
.. autoattribute:: memory_info
59+
.. autoattribute:: mig
5960
.. autoattribute:: minor_number
6061
.. autoattribute:: module_id
6162
.. autoattribute:: name
@@ -69,5 +70,6 @@ cuda.core.system.Device
6970
.. autoattribute:: serial
7071
.. autoattribute:: temperature
7172
.. autoattribute:: uuid
73+
.. autoattribute:: uuid_without_prefix
7274

7375

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.\_device.MigInfo
5+
=================================
6+
7+
.. currentmodule:: cuda.core.system._device
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+
20+
21+
22+
23+
24+
25+
.. rubric:: Attributes
26+
27+
28+
.. autoattribute:: device_count
29+
.. autoattribute:: is_mig_device
30+
.. autoattribute:: mode
31+
.. autoattribute:: parent
32+
.. autoattribute:: pending_mode
33+
34+

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.dev48',
2+
VERSION: '0.7.1.dev49',
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=f28381d6"></script>
47+
<script src="_static/documentation_options.js?v=56fb05cf"></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.dev48';
56+
DOCUMENTATION_OPTIONS.theme_switcher_version_match = '0.7.1.dev49';
5757
DOCUMENTATION_OPTIONS.show_version_warning_banner =
5858
false;
5959
</script>

0 commit comments

Comments
 (0)