Skip to content

Commit ac2a513

Browse files
author
cuda-python-bot
committed
Deploy latest docs: a61cb05
1 parent 0333154 commit ac2a513

184 files changed

Lines changed: 385 additions & 365 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: c080b298ff3d1e827158755c718012a4
3+
config: e98d8968b09eec4c4c65b9fbd3f23eca
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
34 Bytes
Binary file not shown.
Binary file not shown.
2.01 KB
Binary file not shown.

docs/cuda-core/latest/_sources/generated/cuda.core.Linker.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ cuda.core.Linker
1818
.. automethod:: get_error_log
1919
.. automethod:: get_info_log
2020
.. automethod:: link
21+
.. automethod:: which_backend
2122

2223

2324

@@ -27,7 +28,6 @@ cuda.core.Linker
2728
.. rubric:: Attributes
2829

2930

30-
.. autoattribute:: backend
3131
.. autoattribute:: handle
3232

3333

docs/cuda-core/latest/_sources/release/1.0.0-notes.rst.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@ Breaking changes
120120
``CUgraphConditionalHandle`` value. Previously, ``.handle`` had to be
121121
extracted explicitly.
122122

123+
- :meth:`Linker.which_backend` is now a classmethod instead of the former
124+
``backend`` instance property. Call sites must use ``Linker.which_backend()``
125+
(with parentheses) instead of ``linker.backend``. This allows querying the
126+
linking backend without constructing a ``Linker`` instance — for example, to
127+
choose between PTX and LTOIR input before linking.
128+
123129
- :attr:`DeviceMemoryResource.peer_accessible_by` now returns a
124130
:class:`collections.abc.MutableSet` of :obj:`~_device.Device` objects instead
125131
of a sorted ``tuple[int, ...]``. The property setter is unchanged.

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: '0.7.1.dev101',
2+
VERSION: '0.7.1.dev102',
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=4d69d3fa"></script>
47+
<script src="_static/documentation_options.js?v=7a915990"></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 = '0.7.1.dev101';
56+
DOCUMENTATION_OPTIONS.theme_switcher_version_match = '0.7.1.dev102';
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=4d69d3fa"></script>
47+
<script src="_static/documentation_options.js?v=7a915990"></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 = '0.7.1.dev101';
56+
DOCUMENTATION_OPTIONS.theme_switcher_version_match = '0.7.1.dev102';
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=4d69d3fa"></script>
47+
<script src="_static/documentation_options.js?v=7a915990"></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 = '0.7.1.dev101';
56+
DOCUMENTATION_OPTIONS.theme_switcher_version_match = '0.7.1.dev102';
5757
DOCUMENTATION_OPTIONS.show_version_warning_banner =
5858
false;
5959
</script>

0 commit comments

Comments
 (0)