Skip to content

Commit d2495c5

Browse files
author
github-actions[doc-deploy-bot]
committed
Docs for pull request 2273
1 parent 0d405f4 commit d2495c5

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

pulls/2273/api_reference/dpctl/generated/generated/dpctl.SyclQueue.copy.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -637,8 +637,9 @@ <h1>dpctl.SyclQueue.copy<a class="headerlink" href="#dpctl-syclqueue-copy" title
637637
<li><p><strong>src</strong> – Source USM object or Python object supporting buffer
638638
protocol.</p></li>
639639
<li><p><strong>count</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.14)"><em>int</em></a>) – Number of bytes to copy.</p></li>
640-
<li><p><strong>dtype</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.14)"><em>str</em></a><em>, </em><em>optional</em>) – Data type string (e.g., ‘i4’, ‘f8’) for typed copy validation.
641-
If provided, validates that count is a multiple of the element size.</p></li>
640+
<li><p><strong>dtype</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.14)"><em>str</em></a><em>, </em><em>optional</em>) – Data type string (e.g., ‘i4’, ‘f8’) for typed copy
641+
validation. If provided, validates that count is a
642+
multiple of the element size.</p></li>
642643
</ul>
643644
</dd>
644645
</dl>

pulls/2273/api_reference/dpctl/generated/generated/dpctl.SyclQueue.copy_async.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -636,8 +636,9 @@ <h1>dpctl.SyclQueue.copy_async<a class="headerlink" href="#dpctl-syclqueue-copy-
636636
protocol.</p></li>
637637
<li><p><strong>count</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.14)"><em>int</em></a>) – Number of bytes to copy.</p></li>
638638
<li><p><strong>dEvents</strong> (<em>List</em><em>[</em><a class="reference internal" href="../dpctl.SyclEvent.html#dpctl.SyclEvent" title="dpctl.SyclEvent"><em>dpctl.SyclEvent</em></a><em>]</em><em>, </em><em>optional</em>) – Events that this copy depends on.</p></li>
639-
<li><p><strong>dtype</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.14)"><em>str</em></a><em>, </em><em>optional</em>) – Data type string (e.g., ‘i4’, ‘f8’) for typed copy validation.
640-
If provided, validates that count is a multiple of the element size.
639+
<li><p><strong>dtype</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.14)"><em>str</em></a><em>, </em><em>optional</em>) – Data type string (e.g., ‘i4’, ‘f8’) for typed copy
640+
validation. If provided, validates that count is a
641+
multiple of the element size.
641642
Supported types: i1, u1, i2, u2, i4, u4, i8, u8, f4, f8.</p></li>
642643
</ul>
643644
</dd>

0 commit comments

Comments
 (0)