Skip to content

Commit 1bb6805

Browse files
author
cuda-python-bot
committed
Deploy doc preview for PR 2194 (ec849fa)
1 parent bcb11f7 commit 1bb6805

476 files changed

Lines changed: 21914 additions & 1144 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/pr-preview/pr-2194/cuda-bindings/latest/_sources/module/driver.rst.txt‎

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
.. SPDX-FileCopyrightText: Copyright (c) 2021-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
.. SPDX-License-Identifier: Apache-2.0
33
4-
.. CYTHON-BINDINGS-GENERATED-DO-NOT-MODIFY-THIS-FILE: format=1; content-sha256=15f77ea651a2deffa7f7ae710189546cff9c23ba311b693207743eaf339a0a9c
4+
.. This code was automatically generated with version 13.3.0. Do not modify it directly.
5+
6+
.. CYTHON-BINDINGS-GENERATED-DO-NOT-MODIFY-THIS-FILE: format=1; content-sha256=8d52054221a5bd6e5240446c2ef3a12e4c6787538a1115bb24ee3d6b827369cd
57
------
68
driver
79
------
@@ -6432,10 +6434,6 @@ Data types used by CUDA driver
64326434

64336435
CUDA API version number
64346436

6435-
.. autoattribute:: cuda.bindings.driver.CU_UUID_HAS_BEEN_DEFINED
6436-
6437-
CUDA UUID types
6438-
64396437
.. autoattribute:: cuda.bindings.driver.CU_IPC_HANDLE_SIZE
64406438

64416439
CUDA IPC handle size
@@ -6466,7 +6464,6 @@ Data types used by CUDA driver
64666464

64676465
.. autoattribute:: cuda.bindings.driver.CU_COMPUTE_ACCELERATED_TARGET_BASE
64686466
.. autoattribute:: cuda.bindings.driver.CU_COMPUTE_FAMILY_TARGET_BASE
6469-
.. autoattribute:: cuda.bindings.driver.CUDA_CB
64706467
.. autoattribute:: cuda.bindings.driver.CU_GRAPH_COND_ASSIGN_DEFAULT
64716468

64726469
Conditional node handle flags Default value is applied when graph is launched.
@@ -7922,7 +7919,6 @@ Additionally, there are two known scenarios, where its possible for the workload
79227919
.. autoclass:: cuda.bindings.driver.CUdevWorkqueueConfigResource
79237920
.. autoclass:: cuda.bindings.driver.CUdevWorkqueueResource
79247921
.. autoclass:: cuda.bindings.driver.CU_DEV_SM_RESOURCE_GROUP_PARAMS
7925-
.. autofunction:: cuda.bindings.driver._CONCAT_OUTER
79267922
.. autofunction:: cuda.bindings.driver.cuGreenCtxCreate
79277923
.. autofunction:: cuda.bindings.driver.cuGreenCtxDestroy
79287924
.. autofunction:: cuda.bindings.driver.cuCtxFromGreenCtx
@@ -7938,10 +7934,6 @@ Additionally, there are two known scenarios, where its possible for the workload
79387934
.. autofunction:: cuda.bindings.driver.cuGreenCtxStreamCreate
79397935
.. autofunction:: cuda.bindings.driver.cuGreenCtxGetId
79407936
.. autofunction:: cuda.bindings.driver.cuStreamGetDevResource
7941-
.. autoattribute:: cuda.bindings.driver.RESOURCE_ABI_VERSION
7942-
.. autoattribute:: cuda.bindings.driver.RESOURCE_ABI_BYTES
7943-
.. autoattribute:: cuda.bindings.driver._CONCAT_INNER
7944-
.. autoattribute:: cuda.bindings.driver._CONCAT_OUTER
79457937

79467938
Error Log Management Functions
79477939
------------------------------

‎docs/pr-preview/pr-2194/cuda-bindings/latest/_sources/module/nvrtc.rst.txt‎

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
.. SPDX-FileCopyrightText: Copyright (c) 2021-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
.. SPDX-License-Identifier: Apache-2.0
33
4-
.. CYTHON-BINDINGS-GENERATED-DO-NOT-MODIFY-THIS-FILE: format=1; content-sha256=9f44170e12fd85fa04fcd599a18d0b6474ec7920be8f28a5c097000eb3ccb0e0
4+
.. This code was automatically generated with version 13.3.0. Do not modify it directly.
5+
6+
.. CYTHON-BINDINGS-GENERATED-DO-NOT-MODIFY-THIS-FILE: format=1; content-sha256=c324889e2f86a6302cc610b49d290d545483f3fc0fa05d62ee47eb8aed781ae1
57
-----
68
nvrtc
79
-----
@@ -126,7 +128,11 @@ NVRTC defines the following types and functions for bundled headers installation
126128
.. autofunction:: cuda.bindings.nvrtc.nvrtcRemoveBundledHeaders
127129
.. autoattribute:: cuda.bindings.nvrtc.NVRTC_INSTALL_HEADERS_SKIP_IF_EXISTS
128130

129-
Flags for nvrtcInstallBundledHeaders.Skip installation if version marker exists and version matches. This is the default behavior when flags=0.
131+
Flags for nvrtcInstallBundledHeaders.
132+
133+
134+
135+
Skip installation if version marker exists and version matches. This is the default behavior when flags=0.
130136

131137
.. autoattribute:: cuda.bindings.nvrtc.NVRTC_INSTALL_HEADERS_FORCE_OVERWRITE
132138

‎docs/pr-preview/pr-2194/cuda-bindings/latest/_sources/module/runtime.rst.txt‎

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
.. SPDX-FileCopyrightText: Copyright (c) 2021-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
.. SPDX-License-Identifier: Apache-2.0
33
4-
.. CYTHON-BINDINGS-GENERATED-DO-NOT-MODIFY-THIS-FILE: format=1; content-sha256=86b1e47dc2cb6ed343cc979b646bdfb99db65d352605464573a8e1d5b248fce2
4+
.. This code was automatically generated with version 13.3.0. Do not modify it directly.
5+
6+
.. CYTHON-BINDINGS-GENERATED-DO-NOT-MODIFY-THIS-FILE: format=1; content-sha256=b8e7a62b90c8589e286058141b339768cc9cc17970781b5d90e8aca128f976c8
57
-------
68
runtime
79
-------
@@ -5321,15 +5323,10 @@ Data types used by CUDA Runtime
53215323

53225324
Indicates that the layered sparse CUDA array or CUDA mipmapped array has a single mip tail region for all layers
53235325

5324-
.. autoattribute:: cuda.bindings.runtime.CUDART_CB
53255326
.. autoattribute:: cuda.bindings.runtime.cudaMemPoolCreateUsageHwDecompress
53265327

53275328
This flag, if set, indicates that the memory will be used as a buffer for hardware accelerated decompression.
53285329

5329-
.. autoattribute:: cuda.bindings.runtime.CU_UUID_HAS_BEEN_DEFINED
5330-
5331-
CUDA UUID types
5332-
53335330
.. autoattribute:: cuda.bindings.runtime.CUDA_IPC_HANDLE_SIZE
53345331

53355332
CUDA IPC Handle Size
@@ -5354,7 +5351,6 @@ Data types used by CUDA Runtime
53545351

53555352
When /p flags of :py:obj:`~.cudaDeviceGetNvSciSyncAttributes` is set to this, it indicates that application need waiter specific NvSciSyncAttr to be filled by :py:obj:`~.cudaDeviceGetNvSciSyncAttributes`.
53565353

5357-
.. autoattribute:: cuda.bindings.runtime.RESOURCE_ABI_BYTES
53585354
.. autoattribute:: cuda.bindings.runtime.cudaGraphKernelNodePortDefault
53595355

53605356
This port activates when the kernel has finished executing.
@@ -5367,14 +5363,11 @@ Data types used by CUDA Runtime
53675363

53685364
This port activates when all blocks of the kernel have begun execution. See also :py:obj:`~.cudaLaunchAttributeLaunchCompletionEvent`.
53695365

5370-
.. autoattribute:: cuda.bindings.runtime.cudaStreamAttrID
53715366
.. autoattribute:: cuda.bindings.runtime.cudaStreamAttributeAccessPolicyWindow
53725367
.. autoattribute:: cuda.bindings.runtime.cudaStreamAttributeSynchronizationPolicy
53735368
.. autoattribute:: cuda.bindings.runtime.cudaStreamAttributeMemSyncDomainMap
53745369
.. autoattribute:: cuda.bindings.runtime.cudaStreamAttributeMemSyncDomain
53755370
.. autoattribute:: cuda.bindings.runtime.cudaStreamAttributePriority
5376-
.. autoattribute:: cuda.bindings.runtime.cudaStreamAttrValue
5377-
.. autoattribute:: cuda.bindings.runtime.cudaKernelNodeAttrID
53785371
.. autoattribute:: cuda.bindings.runtime.cudaKernelNodeAttributeAccessPolicyWindow
53795372
.. autoattribute:: cuda.bindings.runtime.cudaKernelNodeAttributeCooperative
53805373
.. autoattribute:: cuda.bindings.runtime.cudaKernelNodeAttributePriority
@@ -5385,7 +5378,6 @@ Data types used by CUDA Runtime
53855378
.. autoattribute:: cuda.bindings.runtime.cudaKernelNodeAttributePreferredSharedMemoryCarveout
53865379
.. autoattribute:: cuda.bindings.runtime.cudaKernelNodeAttributeDeviceUpdatableKernelNode
53875380
.. autoattribute:: cuda.bindings.runtime.cudaKernelNodeAttributeNvlinkUtilCentricScheduling
5388-
.. autoattribute:: cuda.bindings.runtime.cudaKernelNodeAttrValue
53895381
.. autoattribute:: cuda.bindings.runtime.cudaSurfaceType1D
53905382
.. autoattribute:: cuda.bindings.runtime.cudaSurfaceType2D
53915383
.. autoattribute:: cuda.bindings.runtime.cudaSurfaceType3D

‎docs/pr-preview/pr-2194/cuda-bindings/latest/api.html‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2603,14 +2603,11 @@ <h1>CUDA Python API Reference<a class="headerlink" href="#cuda-python-api-refere
26032603
<li class="toctree-l3"><a class="reference internal" href="module/runtime.html#cuda.bindings.runtime.cudaGraphKernelNodePortDefault"><code class="docutils literal notranslate"><span class="pre">runtime.cudaGraphKernelNodePortDefault</span></code></a></li>
26042604
<li class="toctree-l3"><a class="reference internal" href="module/runtime.html#cuda.bindings.runtime.cudaGraphKernelNodePortProgrammatic"><code class="docutils literal notranslate"><span class="pre">runtime.cudaGraphKernelNodePortProgrammatic</span></code></a></li>
26052605
<li class="toctree-l3"><a class="reference internal" href="module/runtime.html#cuda.bindings.runtime.cudaGraphKernelNodePortLaunchCompletion"><code class="docutils literal notranslate"><span class="pre">runtime.cudaGraphKernelNodePortLaunchCompletion</span></code></a></li>
2606-
<li class="toctree-l3"><a class="reference internal" href="module/runtime.html#cuda.bindings.runtime.cudaStreamAttrID"><code class="docutils literal notranslate"><span class="pre">runtime.cudaStreamAttrID</span></code></a></li>
26072606
<li class="toctree-l3"><a class="reference internal" href="module/runtime.html#cuda.bindings.runtime.cudaStreamAttributeAccessPolicyWindow"><code class="docutils literal notranslate"><span class="pre">runtime.cudaStreamAttributeAccessPolicyWindow</span></code></a></li>
26082607
<li class="toctree-l3"><a class="reference internal" href="module/runtime.html#cuda.bindings.runtime.cudaStreamAttributeSynchronizationPolicy"><code class="docutils literal notranslate"><span class="pre">runtime.cudaStreamAttributeSynchronizationPolicy</span></code></a></li>
26092608
<li class="toctree-l3"><a class="reference internal" href="module/runtime.html#cuda.bindings.runtime.cudaStreamAttributeMemSyncDomainMap"><code class="docutils literal notranslate"><span class="pre">runtime.cudaStreamAttributeMemSyncDomainMap</span></code></a></li>
26102609
<li class="toctree-l3"><a class="reference internal" href="module/runtime.html#cuda.bindings.runtime.cudaStreamAttributeMemSyncDomain"><code class="docutils literal notranslate"><span class="pre">runtime.cudaStreamAttributeMemSyncDomain</span></code></a></li>
26112610
<li class="toctree-l3"><a class="reference internal" href="module/runtime.html#cuda.bindings.runtime.cudaStreamAttributePriority"><code class="docutils literal notranslate"><span class="pre">runtime.cudaStreamAttributePriority</span></code></a></li>
2612-
<li class="toctree-l3"><a class="reference internal" href="module/runtime.html#cuda.bindings.runtime.cudaStreamAttrValue"><code class="docutils literal notranslate"><span class="pre">runtime.cudaStreamAttrValue</span></code></a></li>
2613-
<li class="toctree-l3"><a class="reference internal" href="module/runtime.html#cuda.bindings.runtime.cudaKernelNodeAttrID"><code class="docutils literal notranslate"><span class="pre">runtime.cudaKernelNodeAttrID</span></code></a></li>
26142611
<li class="toctree-l3"><a class="reference internal" href="module/runtime.html#cuda.bindings.runtime.cudaKernelNodeAttributeAccessPolicyWindow"><code class="docutils literal notranslate"><span class="pre">runtime.cudaKernelNodeAttributeAccessPolicyWindow</span></code></a></li>
26152612
<li class="toctree-l3"><a class="reference internal" href="module/runtime.html#cuda.bindings.runtime.cudaKernelNodeAttributeCooperative"><code class="docutils literal notranslate"><span class="pre">runtime.cudaKernelNodeAttributeCooperative</span></code></a></li>
26162613
<li class="toctree-l3"><a class="reference internal" href="module/runtime.html#cuda.bindings.runtime.cudaKernelNodeAttributePriority"><code class="docutils literal notranslate"><span class="pre">runtime.cudaKernelNodeAttributePriority</span></code></a></li>
@@ -2621,7 +2618,6 @@ <h1>CUDA Python API Reference<a class="headerlink" href="#cuda-python-api-refere
26212618
<li class="toctree-l3"><a class="reference internal" href="module/runtime.html#cuda.bindings.runtime.cudaKernelNodeAttributePreferredSharedMemoryCarveout"><code class="docutils literal notranslate"><span class="pre">runtime.cudaKernelNodeAttributePreferredSharedMemoryCarveout</span></code></a></li>
26222619
<li class="toctree-l3"><a class="reference internal" href="module/runtime.html#cuda.bindings.runtime.cudaKernelNodeAttributeDeviceUpdatableKernelNode"><code class="docutils literal notranslate"><span class="pre">runtime.cudaKernelNodeAttributeDeviceUpdatableKernelNode</span></code></a></li>
26232620
<li class="toctree-l3"><a class="reference internal" href="module/runtime.html#cuda.bindings.runtime.cudaKernelNodeAttributeNvlinkUtilCentricScheduling"><code class="docutils literal notranslate"><span class="pre">runtime.cudaKernelNodeAttributeNvlinkUtilCentricScheduling</span></code></a></li>
2624-
<li class="toctree-l3"><a class="reference internal" href="module/runtime.html#cuda.bindings.runtime.cudaKernelNodeAttrValue"><code class="docutils literal notranslate"><span class="pre">runtime.cudaKernelNodeAttrValue</span></code></a></li>
26252621
<li class="toctree-l3"><a class="reference internal" href="module/runtime.html#cuda.bindings.runtime.cudaSurfaceType1D"><code class="docutils literal notranslate"><span class="pre">runtime.cudaSurfaceType1D</span></code></a></li>
26262622
<li class="toctree-l3"><a class="reference internal" href="module/runtime.html#cuda.bindings.runtime.cudaSurfaceType2D"><code class="docutils literal notranslate"><span class="pre">runtime.cudaSurfaceType2D</span></code></a></li>
26272623
<li class="toctree-l3"><a class="reference internal" href="module/runtime.html#cuda.bindings.runtime.cudaSurfaceType3D"><code class="docutils literal notranslate"><span class="pre">runtime.cudaSurfaceType3D</span></code></a></li>

0 commit comments

Comments
 (0)