Skip to content

Commit c5ad636

Browse files
author
cuda-python-bot
committed
Deploy latest docs: 3f92376
1 parent 3977f02 commit c5ad636

156 files changed

Lines changed: 3457 additions & 11415 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: 2622ec1cb7757229671ad0b7c62aaccf
3+
config: 2be2ace32bd1a9c7ee6b745cfc0d6068
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

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

Lines changed: 39 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ CUDA compilation toolchain
8282
CUDA system information and NVIDIA Management Library (NVML)
8383
------------------------------------------------------------
8484

85+
Basic functions
86+
```````````````
87+
8588
.. autosummary::
8689
:toctree: generated/
8790

@@ -94,35 +97,61 @@ CUDA system information and NVIDIA Management Library (NVML)
9497
system.get_topology_common_ancestor
9598
system.get_p2p_status
9699

100+
Events
101+
``````
102+
103+
.. autosummary::
104+
:toctree: generated/
105+
97106
system.register_events
98107
system.RegisteredSystemEvents
99108
system.SystemEvent
100109
system.SystemEvents
101110
system.SystemEventType
102111

103-
:template: autosummary/cyclass.rst
112+
Enums
113+
`````
114+
115+
.. autosummary::
116+
:toctree: generated/
104117

105-
system.Device
106118
system.AddressingMode
107119
system.AffinityScope
108-
system.BAR1MemoryInfo
109120
system.BrandType
110121
system.ClockId
111-
system.ClockInfo
112-
system.ClockOffsets
113122
system.ClocksEventReasons
114-
system.ClockType
115123
system.CoolerControl
116-
system.CoolerInfo
117124
system.CoolerTarget
118125
system.DeviceArch
126+
system.EventType
127+
system.FanControlPolicy
128+
system.FieldId
129+
system.InforomObject
130+
system.PcieUtilCounter
131+
system.Pstates
132+
system.TemperatureSensors
133+
system.TemperatureThresholds
134+
system.ThermalController
135+
system.ThermalTarget
136+
137+
Types
138+
`````
139+
140+
.. autosummary::
141+
:toctree: generated/
142+
143+
:template: autosummary/cyclass.rst
144+
145+
system.Device
146+
system.BAR1MemoryInfo
147+
system.ClockInfo
148+
system.ClockOffsets
149+
system.ClockType
150+
system.CoolerInfo
119151
system.DeviceAttributes
120152
system.DeviceEvents
121153
system.EventData
122-
system.EventType
123-
system.FanControlPolicy
124154
system.FanInfo
125-
system.FieldId
126155
system.FieldValue
127156
system.FieldValues
128157
system.GpuDynamicPstatesInfo
@@ -131,19 +160,12 @@ CUDA system information and NVIDIA Management Library (NVML)
131160
system.GpuP2PStatus
132161
system.GpuTopologyLevel
133162
system.InforomInfo
134-
system.InforomObject
135163
system.MemoryInfo
136-
system.PcieUtilCounter
137164
system.PciInfo
138-
system.Pstates
139165
system.RepairStatus
140166
system.Temperature
141-
system.TemperatureSensors
142-
system.TemperatureThresholds
143-
system.ThermalController
144167
system.ThermalSensor
145168
system.ThermalSettings
146-
system.ThermalTarget
147169

148170
.. module:: cuda.core.utils
149171

Lines changed: 2 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,6 @@
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.AddressingMode
1+
cuda.core.system.AddressingMode
52
===============================
63

74
.. currentmodule:: cuda.core.system
85

9-
.. autoclass:: AddressingMode
10-
11-
12-
13-
.. rubric:: Methods
14-
15-
16-
.. automethod:: __init__
17-
.. automethod:: as_integer_ratio
18-
.. automethod:: bit_count
19-
.. automethod:: bit_length
20-
.. automethod:: conjugate
21-
.. automethod:: from_bytes
22-
.. automethod:: is_integer
23-
.. automethod:: to_bytes
24-
25-
26-
27-
28-
29-
30-
.. rubric:: Attributes
31-
32-
33-
.. autoattribute:: DEVICE_ADDRESSING_MODE_ATS
34-
.. autoattribute:: DEVICE_ADDRESSING_MODE_HMM
35-
.. autoattribute:: DEVICE_ADDRESSING_MODE_NONE
36-
.. autoattribute:: denominator
37-
.. autoattribute:: imag
38-
.. autoattribute:: name
39-
.. autoattribute:: numerator
40-
.. autoattribute:: real
41-
.. autoattribute:: value
42-
43-
6+
.. autoenum:: AddressingMode
Lines changed: 2 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,6 @@
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
1+
cuda.core.system.AffinityScope
52
==============================
63

74
.. currentmodule:: cuda.core.system
85

9-
.. autoclass:: AffinityScope
10-
11-
12-
13-
.. rubric:: Methods
14-
15-
16-
.. automethod:: __init__
17-
.. automethod:: as_integer_ratio
18-
.. automethod:: bit_count
19-
.. automethod:: bit_length
20-
.. automethod:: conjugate
21-
.. automethod:: from_bytes
22-
.. automethod:: is_integer
23-
.. automethod:: to_bytes
24-
25-
26-
27-
28-
29-
30-
.. rubric:: Attributes
31-
32-
33-
.. autoattribute:: NODE
34-
.. autoattribute:: SOCKET
35-
.. autoattribute:: denominator
36-
.. autoattribute:: imag
37-
.. autoattribute:: name
38-
.. autoattribute:: numerator
39-
.. autoattribute:: real
40-
.. autoattribute:: value
41-
42-
6+
.. autoenum:: AffinityScope
Lines changed: 2 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,6 @@
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.BrandType
1+
cuda.core.system.BrandType
52
==========================
63

74
.. currentmodule:: cuda.core.system
85

9-
.. autoclass:: BrandType
10-
11-
12-
13-
.. rubric:: Methods
14-
15-
16-
.. automethod:: __init__
17-
.. automethod:: as_integer_ratio
18-
.. automethod:: bit_count
19-
.. automethod:: bit_length
20-
.. automethod:: conjugate
21-
.. automethod:: from_bytes
22-
.. automethod:: is_integer
23-
.. automethod:: to_bytes
24-
25-
26-
27-
28-
29-
30-
.. rubric:: Attributes
31-
32-
33-
.. autoattribute:: BRAND_COUNT
34-
.. autoattribute:: BRAND_GEFORCE
35-
.. autoattribute:: BRAND_GEFORCE_RTX
36-
.. autoattribute:: BRAND_GRID
37-
.. autoattribute:: BRAND_NVIDIA
38-
.. autoattribute:: BRAND_NVIDIA_CLOUD_GAMING
39-
.. autoattribute:: BRAND_NVIDIA_RTX
40-
.. autoattribute:: BRAND_NVIDIA_VAPPS
41-
.. autoattribute:: BRAND_NVIDIA_VCS
42-
.. autoattribute:: BRAND_NVIDIA_VGAMING
43-
.. autoattribute:: BRAND_NVIDIA_VPC
44-
.. autoattribute:: BRAND_NVIDIA_VWS
45-
.. autoattribute:: BRAND_NVS
46-
.. autoattribute:: BRAND_QUADRO
47-
.. autoattribute:: BRAND_QUADRO_RTX
48-
.. autoattribute:: BRAND_TESLA
49-
.. autoattribute:: BRAND_TITAN
50-
.. autoattribute:: BRAND_TITAN_RTX
51-
.. autoattribute:: BRAND_UNKNOWN
52-
.. autoattribute:: denominator
53-
.. autoattribute:: imag
54-
.. autoattribute:: name
55-
.. autoattribute:: numerator
56-
.. autoattribute:: real
57-
.. autoattribute:: value
58-
59-
6+
.. autoenum:: BrandType
Lines changed: 2 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,6 @@
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
1+
cuda.core.system.ClockId
52
========================
63

74
.. currentmodule:: cuda.core.system
85

9-
.. autoclass:: ClockId
10-
11-
12-
13-
.. rubric:: Methods
14-
15-
16-
.. automethod:: __init__
17-
.. automethod:: as_integer_ratio
18-
.. automethod:: bit_count
19-
.. automethod:: bit_length
20-
.. automethod:: conjugate
21-
.. automethod:: from_bytes
22-
.. automethod:: is_integer
23-
.. automethod:: to_bytes
24-
25-
26-
27-
28-
29-
30-
.. rubric:: Attributes
31-
32-
33-
.. autoattribute:: APP_CLOCK_DEFAULT
34-
.. autoattribute:: APP_CLOCK_TARGET
35-
.. autoattribute:: COUNT
36-
.. autoattribute:: CURRENT
37-
.. autoattribute:: CUSTOMER_BOOST_MAX
38-
.. autoattribute:: denominator
39-
.. autoattribute:: imag
40-
.. autoattribute:: name
41-
.. autoattribute:: numerator
42-
.. autoattribute:: real
43-
.. autoattribute:: value
44-
45-
6+
.. autoenum:: ClockId

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

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -10,36 +10,8 @@ cuda.core.system.ClockType
1010

1111

1212

13-
.. rubric:: Methods
14-
15-
16-
.. automethod:: __init__
17-
.. automethod:: as_integer_ratio
18-
.. automethod:: bit_count
19-
.. automethod:: bit_length
20-
.. automethod:: conjugate
21-
.. automethod:: from_bytes
22-
.. automethod:: is_integer
23-
.. automethod:: to_bytes
24-
25-
26-
27-
28-
2913

30-
.. rubric:: Attributes
3114

3215

33-
.. autoattribute:: CLOCK_COUNT
34-
.. autoattribute:: CLOCK_GRAPHICS
35-
.. autoattribute:: CLOCK_MEM
36-
.. autoattribute:: CLOCK_SM
37-
.. autoattribute:: CLOCK_VIDEO
38-
.. autoattribute:: denominator
39-
.. autoattribute:: imag
40-
.. autoattribute:: name
41-
.. autoattribute:: numerator
42-
.. autoattribute:: real
43-
.. autoattribute:: value
4416

4517

0 commit comments

Comments
 (0)