Skip to content

Commit a7dd33b

Browse files
author
cuda-python-bot
committed
Deploy doc preview for PR 1198 (af5c52e)
1 parent 4d43af0 commit a7dd33b

34 files changed

Lines changed: 57 additions & 57 deletions

docs/pr-preview/pr-1198/cuda-bindings/latest/_sources/install.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Runtime Requirements
1010
``cuda.bindings`` supports the same platforms as CUDA. Runtime dependencies are:
1111

1212
* Linux (x86-64, arm64) and Windows (x86-64)
13-
* Python 3.9 - 3.14
13+
* Python 3.10 - 3.14
1414
* Driver: Linux (580.65.06 or later) Windows (580.88 or later)
1515
* Optionally, NVRTC, nvJitLink, NVVM, and cuFile from CUDA Toolkit 13.x
1616

docs/pr-preview/pr-1198/cuda-bindings/latest/_sources/support.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The ``cuda.bindings`` module has the following support policy:
1919
depends on the underlying driver and the Toolkit versions, as described in the compatibility
2020
documentation.)
2121
4. The module supports all Python versions following the `CPython EOL schedule`_. As of writing
22-
Python 3.9 - 3.13 are supported.
22+
Python 3.10 - 3.14 are supported.
2323
5. The module exposes a Cython layer from which types and functions could be ``cimport``'d. While
2424
we strive to keep this layer stable, due to Cython limitations a new *minor* release of this
2525
module could require Cython layer users to rebuild their projects and update their pinning to

docs/pr-preview/pr-1198/cuda-bindings/latest/install.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ <h2>Runtime Requirements<a class="headerlink" href="#runtime-requirements" title
660660
<p><code class="docutils literal notranslate"><span class="pre">cuda.bindings</span></code> supports the same platforms as CUDA. Runtime dependencies are:</p>
661661
<ul class="simple">
662662
<li><p>Linux (x86-64, arm64) and Windows (x86-64)</p></li>
663-
<li><p>Python 3.9 - 3.14</p></li>
663+
<li><p>Python 3.10 - 3.14</p></li>
664664
<li><p>Driver: Linux (580.65.06 or later) Windows (580.88 or later)</p></li>
665665
<li><p>Optionally, NVRTC, nvJitLink, NVVM, and cuFile from CUDA Toolkit 13.x</p></li>
666666
</ul>

docs/pr-preview/pr-1198/cuda-bindings/latest/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pr-preview/pr-1198/cuda-bindings/latest/support.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@
668668
depends on the underlying driver and the Toolkit versions, as described in the compatibility
669669
documentation.)</p></li>
670670
<li><p>The module supports all Python versions following the <a class="reference external" href="https://devguide.python.org/versions/">CPython EOL schedule</a>. As of writing
671-
Python 3.9 - 3.13 are supported.</p></li>
671+
Python 3.10 - 3.14 are supported.</p></li>
672672
<li><p>The module exposes a Cython layer from which types and functions could be <code class="docutils literal notranslate"><span class="pre">cimport</span></code>’d. While
673673
we strive to keep this layer stable, due to Cython limitations a new <em>minor</em> release of this
674674
module could require Cython layer users to rebuild their projects and update their pinning to

docs/pr-preview/pr-1198/cuda-core/latest/_sources/install.rst.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies are as follows:
2626
.. [#f1] Including ``cuda-python``.
2727
2828
29-
``cuda.core`` supports Python 3.9 - 3.14, on Linux (x86-64, arm64) and Windows (x86-64). **Experimental** free-threaded builds for Python 3.13 & 3.14 are also provided.
29+
``cuda.core`` supports Python 3.10 - 3.14, on Linux (x86-64, arm64) and Windows (x86-64). **Experimental** free-threaded builds for Python 3.14 are also provided.
3030

3131

3232
Free-threading Build Support
@@ -42,7 +42,6 @@ As of cuda-core 0.4.0, **experimental** packages for the `free-threaded interpre
4242
.. _built-in modules that are known to be thread-unsafe: https://github.com/python/cpython/issues/116738
4343
.. _free-threaded interpreter: https://docs.python.org/3/howto/free-threading-python.html
4444

45-
4645
Installing from PyPI
4746
--------------------
4847

docs/pr-preview/pr-1198/cuda-core/latest/generated/cuda.core.experimental.Device.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,7 @@ <h1>cuda.core.experimental.Device<a class="headerlink" href="#cuda-core-experime
835835
<p class="admonition-title">Note</p>
836836
<p>MIG UUID is only returned when device is in MIG mode and the
837837
driver is older than CUDA 11.4.</p>
838+
<p>The UUID is cached after first access to avoid repeated CUDA API calls.</p>
838839
</div>
839840
</dd></dl>
840841

docs/pr-preview/pr-1198/cuda-core/latest/install.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ <h2>Runtime Requirements<a class="headerlink" href="#runtime-requirements" title
583583
<p>Including <code class="docutils literal notranslate"><span class="pre">cuda-python</span></code>.</p>
584584
</aside>
585585
</aside>
586-
<p><code class="docutils literal notranslate"><span class="pre">cuda.core</span></code> supports Python 3.9 - 3.14, on Linux (x86-64, arm64) and Windows (x86-64). <strong>Experimental</strong> free-threaded builds for Python 3.13 &amp; 3.14 are also provided.</p>
586+
<p><code class="docutils literal notranslate"><span class="pre">cuda.core</span></code> supports Python 3.10 - 3.14, on Linux (x86-64, arm64) and Windows (x86-64). <strong>Experimental</strong> free-threaded builds for Python 3.14 are also provided.</p>
587587
<section id="free-threading-build-support">
588588
<h3>Free-threading Build Support<a class="headerlink" href="#free-threading-build-support" title="Link to this heading">#</a></h3>
589589
<p>As of cuda-core 0.4.0, <strong>experimental</strong> packages for the <a class="reference external" href="https://docs.python.org/3/howto/free-threading-python.html">free-threaded interpreter</a> are shipped.</p>

docs/pr-preview/pr-1198/cuda-core/latest/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
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: 711073a476ba08c57807e592b162e10a
3+
config: 1c0c10a80f53438937954364a767f7ba
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

0 commit comments

Comments
 (0)