Skip to content

Commit 291f99d

Browse files
author
cuda-python-bot
committed
Deploy latest docs: ce333b6
1 parent ac95cef commit 291f99d

File tree

152 files changed

+20568
-290
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+20568
-290
lines changed

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: 3e912529dfd298f8986692b71919dfcc
3+
config: c24634af5e3cc354eae3e186236a4c0c
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,16 +92,29 @@ CUDA system information and NVIDIA Management Library (NVML)
9292

9393
system.Device
9494
system.AddressingMode
95+
system.AffinityScope
9596
system.BAR1MemoryInfo
9697
system.BrandType
98+
system.ClockId
99+
system.ClockInfo
100+
system.ClockOffsets
101+
system.ClocksEventReasons
102+
system.ClockType
103+
system.CoolerControl
104+
system.CoolerInfo
105+
system.CoolerTarget
97106
system.DeviceArchitecture
98107
system.DeviceAttributes
99108
system.DeviceEvents
100109
system.EventData
101110
system.EventType
111+
system.FanControlPolicy
112+
system.FanInfo
102113
system.FieldId
103114
system.FieldValue
104115
system.FieldValues
116+
system.GpuDynamicPstatesInfo
117+
system.GpuDynamicPstatesUtilization
105118
system.GpuP2PCapsIndex
106119
system.GpuP2PStatus
107120
system.GpuTopologyLevel
@@ -110,7 +123,15 @@ CUDA system information and NVIDIA Management Library (NVML)
110123
system.MemoryInfo
111124
system.PcieUtilCounter
112125
system.PciInfo
126+
system.Pstates
113127
system.RepairStatus
128+
system.Temperature
129+
system.TemperatureSensors
130+
system.TemperatureThresholds
131+
system.ThermalController
132+
system.ThermalSensor
133+
system.ThermalSettings
134+
system.ThermalTarget
114135

115136
.. module:: cuda.core.utils
116137

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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.AffinityScope
5+
==============================
6+
7+
.. currentmodule:: cuda.core.system
8+
9+
.. autoclass:: AffinityScope
10+
11+
12+
13+
14+
15+
16+
17+
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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.ClockId
5+
========================
6+
7+
.. currentmodule:: cuda.core.system
8+
9+
.. autoclass:: ClockId
10+
11+
12+
13+
14+
15+
16+
17+
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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.ClockInfo
5+
==========================
6+
7+
.. currentmodule:: cuda.core.system
8+
9+
.. autoclass:: ClockInfo
10+
11+
12+
13+
.. rubric:: Methods
14+
15+
16+
.. automethod:: __init__
17+
.. automethod:: get_current_mhz
18+
.. automethod:: get_max_customer_boost_mhz
19+
.. automethod:: get_max_mhz
20+
.. automethod:: get_min_max_clock_of_pstate_mhz
21+
.. automethod:: get_offsets
22+
23+
24+
25+
26+
27+
28+
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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.ClockOffsets
5+
=============================
6+
7+
.. currentmodule:: cuda.core.system
8+
9+
.. autoclass:: ClockOffsets
10+
11+
12+
13+
.. rubric:: Methods
14+
15+
16+
.. automethod:: __init__
17+
18+
19+
20+
21+
22+
23+
.. rubric:: Attributes
24+
25+
26+
.. autoattribute:: clock_offset_mhz
27+
.. autoattribute:: max_offset_mhz
28+
.. autoattribute:: min_offset_mhz
29+
30+
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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.ClockType
5+
==========================
6+
7+
.. currentmodule:: cuda.core.system
8+
9+
.. autoclass:: ClockType
10+
11+
12+
13+
14+
15+
16+
17+
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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.ClocksEventReasons
5+
===================================
6+
7+
.. currentmodule:: cuda.core.system
8+
9+
.. autoclass:: ClocksEventReasons
10+
11+
12+
13+
14+
15+
16+
17+
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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.CoolerControl
5+
==============================
6+
7+
.. currentmodule:: cuda.core.system
8+
9+
.. autoclass:: CoolerControl
10+
11+
12+
13+
14+
15+
16+
17+
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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.CoolerInfo
5+
===========================
6+
7+
.. currentmodule:: cuda.core.system
8+
9+
.. autoclass:: CoolerInfo
10+
11+
12+
13+
.. rubric:: Methods
14+
15+
16+
.. automethod:: __init__
17+
18+
19+
20+
21+
22+
23+
.. rubric:: Attributes
24+
25+
26+
.. autoattribute:: signal_type
27+
.. autoattribute:: target
28+
29+

0 commit comments

Comments
 (0)