Skip to content

Commit 7589a64

Browse files
author
cuda-python-bot
committed
Deploy doc preview for PR 1205 (0d5f08b)
1 parent 6a2c554 commit 7589a64

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

docs/pr-preview/pr-1205/cuda-core/latest/generated/cuda.core.experimental.DeviceMemoryResource.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,9 @@ <h1>cuda.core.experimental.DeviceMemoryResource<a class="headerlink" href="#cuda
714714
<dd class="field-odd"><ul class="simple">
715715
<li><p><strong>device_id</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.14)"><em>int</em></a><em> | </em><a class="reference internal" href="cuda.core.experimental.Device.html#cuda.core.experimental.Device" title="cuda.core.experimental.Device"><em>Device</em></a>) – The ID of the device or a Device object for which the memory
716716
resource is created.</p></li>
717-
<li><p><strong>alloc_handle</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.14)"><em>int</em></a><em> | </em><a class="reference internal" href="cuda.core.experimental._memory.IPCAllocationHandle.html#cuda.core.experimental._memory.IPCAllocationHandle" title="cuda.core.experimental._memory.IPCAllocationHandle"><em>IPCAllocationHandle</em></a>) – The shareable handle of the device memory resource to import.</p></li>
717+
<li><p><strong>alloc_handle</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.14)"><em>int</em></a><em> | </em><a class="reference internal" href="cuda.core.experimental._memory.IPCAllocationHandle.html#cuda.core.experimental._memory.IPCAllocationHandle" title="cuda.core.experimental._memory.IPCAllocationHandle"><em>IPCAllocationHandle</em></a>) – The shareable handle of the device memory resource to import. If an
718+
integer is supplied, it must represent a valid platform-specific
719+
handle. It is the caller’s responsibility to close that handle.</p></li>
718720
</ul>
719721
</dd>
720722
<dt class="field-even">Return type<span class="colon">:</span></dt>

docs/pr-preview/pr-1205/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.

0 commit comments

Comments
 (0)