Skip to content

Commit

Permalink
build based on 8ecd0b5
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Oct 23, 2024
1 parent f51a3ba commit 2852392
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion dev/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.11.1","generation_timestamp":"2024-10-18T15:36:29","documenter_version":"1.7.0"}}
{"documenter":{"julia_version":"1.11.1","generation_timestamp":"2024-10-23T12:02:40","documenter_version":"1.7.0"}}
2 changes: 1 addition & 1 deletion dev/concepts/architectures/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

arch = Arch(ROCBackend())</code></pre><pre><code class="language-julia hljs">using Metal

arch = Arch(MetalBackend())</code></pre><p>At the beginning of program, one may specify the backend and initialise the architecture they desire to use. The initialised <code>arch</code> variable will be required explicitly at creation of some objects such as grids and kernel launchers.</p><h2 id="Specifying-the-device-ID-and-stream-priority"><a class="docs-heading-anchor" href="#Specifying-the-device-ID-and-stream-priority">Specifying the device ID and stream priority</a><a id="Specifying-the-device-ID-and-stream-priority-1"></a><a class="docs-heading-anchor-permalink" href="#Specifying-the-device-ID-and-stream-priority" title="Permalink"></a></h2><p>On systems with multiple GPUs, passing the keyword argument <code>device_id</code> to the <code>Arch</code> constructor will select and set the selected device as a current device.</p><p>For advanced users, we provide a function <code>activate!(arch; priority)</code> for specifying the stream priority owned by the task one is executing. The stream priority will be set to <code>:normal</code> by default, where <code>:low</code> and <code>:high</code> are also possible options given that the target backend has priority control over streams implemented.</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../../using_chmy_with_mpi/">« Using Chmy.jl with MPI</a><a class="docs-footer-nextpage" href="../grids/">Grids »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.7.0 on <span class="colophon-date" title="Friday 18 October 2024 15:36">Friday 18 October 2024</span>. Using Julia version 1.11.1.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
arch = Arch(MetalBackend())</code></pre><p>At the beginning of program, one may specify the backend and initialise the architecture they desire to use. The initialised <code>arch</code> variable will be required explicitly at creation of some objects such as grids and kernel launchers.</p><h2 id="Specifying-the-device-ID-and-stream-priority"><a class="docs-heading-anchor" href="#Specifying-the-device-ID-and-stream-priority">Specifying the device ID and stream priority</a><a id="Specifying-the-device-ID-and-stream-priority-1"></a><a class="docs-heading-anchor-permalink" href="#Specifying-the-device-ID-and-stream-priority" title="Permalink"></a></h2><p>On systems with multiple GPUs, passing the keyword argument <code>device_id</code> to the <code>Arch</code> constructor will select and set the selected device as a current device.</p><p>For advanced users, we provide a function <code>activate!(arch; priority)</code> for specifying the stream priority owned by the task one is executing. The stream priority will be set to <code>:normal</code> by default, where <code>:low</code> and <code>:high</code> are also possible options given that the target backend has priority control over streams implemented.</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../../using_chmy_with_mpi/">« Using Chmy.jl with MPI</a><a class="docs-footer-nextpage" href="../grids/">Grids »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.7.0 on <span class="colophon-date" title="Wednesday 23 October 2024 12:02">Wednesday 23 October 2024</span>. Using Julia version 1.11.1.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
Loading

0 comments on commit 2852392

Please sign in to comment.