Skip to content

Commit 42fb74e

Browse files
author
cuda-python-bot
committed
Deploy doc preview for PR 2118 (960659c)
1 parent 1027ed5 commit 42fb74e

194 files changed

Lines changed: 376 additions & 390 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-2118/cuda-bindings/latest/_sources/release/13.2.0-notes.rst.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,4 @@ Known issues
8080
------------
8181

8282
* Updating from older versions (v12.6.2.post1 and below) via ``pip install -U cuda-python`` might not work. Please do a clean re-installation by uninstalling ``pip uninstall -y cuda-python`` followed by installing ``pip install cuda-python``.
83-
* ``nvml.system_get_process_name`` on WSL can return incorrect values. To work
84-
around this, set the locale to "C" before calling
85-
``nvml.system_get_process_name``. ``cuda_core`` does this automatically, but
86-
users of the raw NVML API will need to do this manually.
83+
* ``nvml.system_get_process_name`` on WSL can return incorrect values. To work around this, set the locale to "C" before calling ``nvml.device_get_compute_running_processes_v3`` (which sets the process names) and before calling ``nvml.system_get_process_name``. ``cuda_core`` does this automatically, but users of the raw NVML API will need to do this manually.

docs/pr-preview/pr-2118/cuda-bindings/latest/_sources/release/13.3.0-notes.rst.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,4 @@ Known issues
3939
------------
4040

4141
* Updating from older versions (v12.6.2.post1 and below) via ``pip install -U cuda-python`` might not work. Please do a clean re-installation by uninstalling ``pip uninstall -y cuda-python`` followed by installing ``pip install cuda-python``.
42-
* ``nvml.system_get_process_name`` on WSL can return incorrect values. To work
43-
around this, set the locale to "C" before calling
44-
``nvml.system_get_process_name``. ``cuda_core`` does this automatically, but
45-
users of the raw NVML API will need to do this manually.
42+
* ``nvml.system_get_process_name`` on WSL can return incorrect values. To work around this, set the locale to "C" before calling ``nvml.device_get_compute_running_processes_v3`` (which sets the process names) and before calling ``nvml.system_get_process_name``. ``cuda_core`` does this automatically, but users of the raw NVML API will need to do this manually.

docs/pr-preview/pr-2118/cuda-bindings/latest/release/13.2.0-notes.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1378,10 +1378,7 @@ <h2>Miscellaneous<a class="headerlink" href="#miscellaneous" title="Link to this
13781378
<h2>Known issues<a class="headerlink" href="#known-issues" title="Link to this heading">#</a></h2>
13791379
<ul class="simple">
13801380
<li><p>Updating from older versions (v12.6.2.post1 and below) via <code class="docutils literal notranslate"><span class="pre">pip</span> <span class="pre">install</span> <span class="pre">-U</span> <span class="pre">cuda-python</span></code> might not work. Please do a clean re-installation by uninstalling <code class="docutils literal notranslate"><span class="pre">pip</span> <span class="pre">uninstall</span> <span class="pre">-y</span> <span class="pre">cuda-python</span></code> followed by installing <code class="docutils literal notranslate"><span class="pre">pip</span> <span class="pre">install</span> <span class="pre">cuda-python</span></code>.</p></li>
1381-
<li><p><code class="docutils literal notranslate"><span class="pre">nvml.system_get_process_name</span></code> on WSL can return incorrect values. To work
1382-
around this, set the locale to “C” before calling
1383-
<code class="docutils literal notranslate"><span class="pre">nvml.system_get_process_name</span></code>. <code class="docutils literal notranslate"><span class="pre">cuda_core</span></code> does this automatically, but
1384-
users of the raw NVML API will need to do this manually.</p></li>
1381+
<li><p><code class="docutils literal notranslate"><span class="pre">nvml.system_get_process_name</span></code> on WSL can return incorrect values. To work around this, set the locale to “C” before calling <code class="docutils literal notranslate"><span class="pre">nvml.device_get_compute_running_processes_v3</span></code> (which sets the process names) and before calling <code class="docutils literal notranslate"><span class="pre">nvml.system_get_process_name</span></code>. <code class="docutils literal notranslate"><span class="pre">cuda_core</span></code> does this automatically, but users of the raw NVML API will need to do this manually.</p></li>
13851382
</ul>
13861383
</section>
13871384
</section>

docs/pr-preview/pr-2118/cuda-bindings/latest/release/13.3.0-notes.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1332,10 +1332,7 @@ <h2>Miscellaneous<a class="headerlink" href="#miscellaneous" title="Link to this
13321332
<h2>Known issues<a class="headerlink" href="#known-issues" title="Link to this heading">#</a></h2>
13331333
<ul class="simple">
13341334
<li><p>Updating from older versions (v12.6.2.post1 and below) via <code class="docutils literal notranslate"><span class="pre">pip</span> <span class="pre">install</span> <span class="pre">-U</span> <span class="pre">cuda-python</span></code> might not work. Please do a clean re-installation by uninstalling <code class="docutils literal notranslate"><span class="pre">pip</span> <span class="pre">uninstall</span> <span class="pre">-y</span> <span class="pre">cuda-python</span></code> followed by installing <code class="docutils literal notranslate"><span class="pre">pip</span> <span class="pre">install</span> <span class="pre">cuda-python</span></code>.</p></li>
1335-
<li><p><code class="docutils literal notranslate"><span class="pre">nvml.system_get_process_name</span></code> on WSL can return incorrect values. To work
1336-
around this, set the locale to “C” before calling
1337-
<code class="docutils literal notranslate"><span class="pre">nvml.system_get_process_name</span></code>. <code class="docutils literal notranslate"><span class="pre">cuda_core</span></code> does this automatically, but
1338-
users of the raw NVML API will need to do this manually.</p></li>
1335+
<li><p><code class="docutils literal notranslate"><span class="pre">nvml.system_get_process_name</span></code> on WSL can return incorrect values. To work around this, set the locale to “C” before calling <code class="docutils literal notranslate"><span class="pre">nvml.device_get_compute_running_processes_v3</span></code> (which sets the process names) and before calling <code class="docutils literal notranslate"><span class="pre">nvml.system_get_process_name</span></code>. <code class="docutils literal notranslate"><span class="pre">cuda_core</span></code> does this automatically, but users of the raw NVML API will need to do this manually.</p></li>
13391336
</ul>
13401337
</section>
13411338
</section>

docs/pr-preview/pr-2118/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.
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: fbd81b5a9beb1e845988de9755a5337b
3+
config: 18884647af509930d4c110df61547ce3
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file not shown.
Binary file not shown.

docs/pr-preview/pr-2118/cuda-core/latest/_sources/release/1.1.0-notes.rst.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ Bug fixes
4848
---------
4949

5050
- On WSL, ``cuda.core.system.get_process_name`` would raise a
51-
``UnicodeDecodeError``. It should now return the correct result. Note it may
52-
cause a performance issue as it holds a global lock.
51+
``UnicodeDecodeError``. It should now return the correct result.
5352
- Calling ``cuda.core.system.get_process_name`` before querying any device's
5453
``compute_running_processes`` would raise a ``NvmlNotFoundError``. Now it will
5554
correctly return the process name, if it is a GPU-using process.

docs/pr-preview/pr-2118/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: '1.0.2.dev30',
2+
VERSION: '1.0.2.dev31',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',

0 commit comments

Comments
 (0)