Skip to content

Commit 54eae39

Browse files
author
cuda-python-bot
committed
Deploy doc preview for PR 1448 (03124f4)
1 parent d25a957 commit 54eae39

94 files changed

Lines changed: 187 additions & 188 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.
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: d92dd73d2f810d5aaccd96f71c6cabfe
3+
config: fcfa66c3a4ac25e255140adf2b484f70
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/pr-preview/pr-1448/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.5.1.dev36',
2+
VERSION: '0.5.1.dev37',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',

docs/pr-preview/pr-1448/cuda-core/latest/api.html

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

4545

4646

47-
<script src="_static/documentation_options.js?v=a10935a6"></script>
47+
<script src="_static/documentation_options.js?v=0571b1bf"></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.16.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.5.1.dev36';
56+
DOCUMENTATION_OPTIONS.theme_switcher_version_match = '0.5.1.dev37';
5757
DOCUMENTATION_OPTIONS.show_version_warning_banner =
5858
false;
5959
</script>
@@ -738,7 +738,7 @@ <h2>CUDA system information and NVIDIA Management Library (NVML)<a class="header
738738
<tr class="row-odd"><td><p><a class="reference internal" href="generated/cuda.core.system.SystemEventType.html#cuda.core.system.SystemEventType" title="cuda.core.system.SystemEventType"><code class="xref py py-obj docutils literal notranslate"><span class="pre">system.SystemEventType</span></code></a>(value[, names, ...])</p></td>
739739
<td><p></p></td>
740740
</tr>
741-
<tr class="row-even"><td><p><a class="reference internal" href="generated/cuda.core.system.Device.html#cuda.core.system.Device" title="cuda.core.system.Device"><code class="xref py py-obj docutils literal notranslate"><span class="pre">system.Device</span></code></a>(int index, *, uuid, ...)</p></td>
741+
<tr class="row-even"><td><p><a class="reference internal" href="generated/cuda.core.system.Device.html#cuda.core.system.Device" title="cuda.core.system.Device"><code class="xref py py-obj docutils literal notranslate"><span class="pre">system.Device</span></code></a>(int index, *, uuid, pci_bus_id)</p></td>
742742
<td><p>Representation of a device.</p></td>
743743
</tr>
744744
<tr class="row-odd"><td><p><a class="reference internal" href="generated/cuda.core.system.BAR1MemoryInfo.html#cuda.core.system.BAR1MemoryInfo" title="cuda.core.system.BAR1MemoryInfo"><code class="xref py py-obj docutils literal notranslate"><span class="pre">system.BAR1MemoryInfo</span></code></a>(memory_info)</p></td>

docs/pr-preview/pr-1448/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=a10935a6"></script>
47+
<script src="_static/documentation_options.js?v=0571b1bf"></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.16.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.5.1.dev36';
56+
DOCUMENTATION_OPTIONS.theme_switcher_version_match = '0.5.1.dev37';
5757
DOCUMENTATION_OPTIONS.show_version_warning_banner =
5858
false;
5959
</script>

docs/pr-preview/pr-1448/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=a10935a6"></script>
47+
<script src="_static/documentation_options.js?v=0571b1bf"></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.16.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.5.1.dev36';
56+
DOCUMENTATION_OPTIONS.theme_switcher_version_match = '0.5.1.dev37';
5757
DOCUMENTATION_OPTIONS.show_version_warning_banner =
5858
false;
5959
</script>

docs/pr-preview/pr-1448/cuda-core/latest/contribute.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=a10935a6"></script>
47+
<script src="_static/documentation_options.js?v=0571b1bf"></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.16.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.5.1.dev36';
56+
DOCUMENTATION_OPTIONS.theme_switcher_version_match = '0.5.1.dev37';
5757
DOCUMENTATION_OPTIONS.show_version_warning_banner =
5858
false;
5959
</script>

docs/pr-preview/pr-1448/cuda-core/latest/generated/cuda.core.Buffer.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=a10935a6"></script>
47+
<script src="../_static/documentation_options.js?v=0571b1bf"></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.16.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.5.1.dev36';
56+
DOCUMENTATION_OPTIONS.theme_switcher_version_match = '0.5.1.dev37';
5757
DOCUMENTATION_OPTIONS.show_version_warning_banner =
5858
false;
5959
</script>

docs/pr-preview/pr-1448/cuda-core/latest/generated/cuda.core.Device.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=a10935a6"></script>
47+
<script src="../_static/documentation_options.js?v=0571b1bf"></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.16.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.5.1.dev36';
56+
DOCUMENTATION_OPTIONS.theme_switcher_version_match = '0.5.1.dev37';
5757
DOCUMENTATION_OPTIONS.show_version_warning_banner =
5858
false;
5959
</script>

docs/pr-preview/pr-1448/cuda-core/latest/generated/cuda.core.DeviceMemoryResource.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=a10935a6"></script>
47+
<script src="../_static/documentation_options.js?v=0571b1bf"></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.16.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.5.1.dev36';
56+
DOCUMENTATION_OPTIONS.theme_switcher_version_match = '0.5.1.dev37';
5757
DOCUMENTATION_OPTIONS.show_version_warning_banner =
5858
false;
5959
</script>

docs/pr-preview/pr-1448/cuda-core/latest/generated/cuda.core.DeviceMemoryResourceOptions.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=a10935a6"></script>
47+
<script src="../_static/documentation_options.js?v=0571b1bf"></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.16.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.5.1.dev36';
56+
DOCUMENTATION_OPTIONS.theme_switcher_version_match = '0.5.1.dev37';
5757
DOCUMENTATION_OPTIONS.show_version_warning_banner =
5858
false;
5959
</script>

0 commit comments

Comments
 (0)