Skip to content

Commit 2d0c497

Browse files
author
cuda-python-bot
committed
Deploy latest docs: e7a94d4
1 parent 6029706 commit 2d0c497

189 files changed

Lines changed: 382 additions & 369 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-bindings/latest/_sources/release/13.3.0-notes.rst.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ Bugfixes
2323
data.
2424
(`Issue #1804 <https://github.com/NVIDIA/cuda-python/issues/1804>`_)
2525

26+
* Fixed a double-free in the generated setters for list-valued struct members
27+
(e.g. ``CUlaunchConfig.attrs``, ``CUDA_MEM_ALLOC_NODE_PARAMS.accessDescs``,
28+
external-semaphore and batch-mem-op node parameter arrays, and their runtime
29+
counterparts). Assigning an empty list freed the internal buffer but left
30+
the cached pointer non-NULL, so a subsequent assignment or ``__dealloc__``
31+
would call ``free()`` again on the dangling pointer.
32+
2633

2734
Miscellaneous
2835
-------------

docs/cuda-bindings/latest/release/13.3.0-notes.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1303,6 +1303,12 @@ <h2>Bugfixes<a class="headerlink" href="#bugfixes" title="Link to this heading">
13031303
a dangling pointer. The returned wrappers now own deep copies of the edge
13041304
data.
13051305
(<a class="reference external" href="https://github.com/NVIDIA/cuda-python/issues/1804">Issue #1804</a>)</p></li>
1306+
<li><p>Fixed a double-free in the generated setters for list-valued struct members
1307+
(e.g. <code class="docutils literal notranslate"><span class="pre">CUlaunchConfig.attrs</span></code>, <code class="docutils literal notranslate"><span class="pre">CUDA_MEM_ALLOC_NODE_PARAMS.accessDescs</span></code>,
1308+
external-semaphore and batch-mem-op node parameter arrays, and their runtime
1309+
counterparts). Assigning an empty list freed the internal buffer but left
1310+
the cached pointer non-NULL, so a subsequent assignment or <code class="docutils literal notranslate"><span class="pre">__dealloc__</span></code>
1311+
would call <code class="docutils literal notranslate"><span class="pre">free()</span></code> again on the dangling pointer.</p></li>
13061312
</ul>
13071313
</section>
13081314
<section id="miscellaneous">

docs/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/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: d95b0d3b428ec031e111edf41165ce24
3+
config: 82cd592db91ed1c114c8ad1360c3feaa
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
0 Bytes
Binary file not shown.

docs/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.dev23',
2+
VERSION: '1.0.2.dev24',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',

docs/cuda-core/latest/api.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545

4646

47-
<script src="_static/documentation_options.js?v=d2b4a801"></script>
47+
<script src="_static/documentation_options.js?v=193d38cc"></script>
4848
<script src="_static/doctools.js?v=9bcbadda"></script>
4949
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
5050
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
@@ -53,7 +53,7 @@
5353
<script>
5454
DOCUMENTATION_OPTIONS.theme_version = '0.17.1';
5555
DOCUMENTATION_OPTIONS.theme_switcher_json_url = 'https://nvidia.github.io/cuda-python/cuda-core/nv-versions.json';
56-
DOCUMENTATION_OPTIONS.theme_switcher_version_match = '1.0.2.dev23';
56+
DOCUMENTATION_OPTIONS.theme_switcher_version_match = '1.0.2.dev24';
5757
DOCUMENTATION_OPTIONS.show_version_warning_banner =
5858
false;
5959
</script>

docs/cuda-core/latest/api_nvml.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545

4646

47-
<script src="_static/documentation_options.js?v=d2b4a801"></script>
47+
<script src="_static/documentation_options.js?v=193d38cc"></script>
4848
<script src="_static/doctools.js?v=9bcbadda"></script>
4949
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
5050
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
@@ -53,7 +53,7 @@
5353
<script>
5454
DOCUMENTATION_OPTIONS.theme_version = '0.17.1';
5555
DOCUMENTATION_OPTIONS.theme_switcher_json_url = 'https://nvidia.github.io/cuda-python/cuda-core/nv-versions.json';
56-
DOCUMENTATION_OPTIONS.theme_switcher_version_match = '1.0.2.dev23';
56+
DOCUMENTATION_OPTIONS.theme_switcher_version_match = '1.0.2.dev24';
5757
DOCUMENTATION_OPTIONS.show_version_warning_banner =
5858
false;
5959
</script>

docs/cuda-core/latest/api_private.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545

4646

47-
<script src="_static/documentation_options.js?v=d2b4a801"></script>
47+
<script src="_static/documentation_options.js?v=193d38cc"></script>
4848
<script src="_static/doctools.js?v=9bcbadda"></script>
4949
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
5050
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
@@ -53,7 +53,7 @@
5353
<script>
5454
DOCUMENTATION_OPTIONS.theme_version = '0.17.1';
5555
DOCUMENTATION_OPTIONS.theme_switcher_json_url = 'https://nvidia.github.io/cuda-python/cuda-core/nv-versions.json';
56-
DOCUMENTATION_OPTIONS.theme_switcher_version_match = '1.0.2.dev23';
56+
DOCUMENTATION_OPTIONS.theme_switcher_version_match = '1.0.2.dev24';
5757
DOCUMENTATION_OPTIONS.show_version_warning_banner =
5858
false;
5959
</script>

docs/cuda-core/latest/conduct.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545

4646

47-
<script src="_static/documentation_options.js?v=d2b4a801"></script>
47+
<script src="_static/documentation_options.js?v=193d38cc"></script>
4848
<script src="_static/doctools.js?v=9bcbadda"></script>
4949
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
5050
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
@@ -53,7 +53,7 @@
5353
<script>
5454
DOCUMENTATION_OPTIONS.theme_version = '0.17.1';
5555
DOCUMENTATION_OPTIONS.theme_switcher_json_url = 'https://nvidia.github.io/cuda-python/cuda-core/nv-versions.json';
56-
DOCUMENTATION_OPTIONS.theme_switcher_version_match = '1.0.2.dev23';
56+
DOCUMENTATION_OPTIONS.theme_switcher_version_match = '1.0.2.dev24';
5757
DOCUMENTATION_OPTIONS.show_version_warning_banner =
5858
false;
5959
</script>

0 commit comments

Comments
 (0)