Skip to content

Commit

Permalink
build based on 8829a40
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Oct 18, 2024
1 parent 4bfbebc commit f3c8a83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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-17T02:30:14","documenter_version":"1.7.0"}}
{"documenter":{"julia_version":"1.11.1","generation_timestamp":"2024-10-18T02:30:45","documenter_version":"1.7.0"}}
2 changes: 1 addition & 1 deletion dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1158,4 +1158,4 @@
0.582215 1.0e-5 1.0e-5 0.447532 … 1.0e-5 0.99997 0.99997
0.140929 0.412588 0.506956 0.0280593 0.0519387 1.0e-5 1.0e-5
0.0540219 0.133946 0.103898 0.0626305 0.233832 1.0e-5 1.0e-5
0.222834 0.453456 0.389137 0.461778 0.71422 1.0e-5 1.0e-5</code></pre><pre><code class="language-julia hljs">d.ll_new</code></pre><pre><code class="nohighlight hljs">-2.9888456882726927e6</code></pre><h2 id="Multi-threading"><a class="docs-heading-anchor" href="#Multi-threading">Multi-threading</a><a id="Multi-threading-1"></a><a class="docs-heading-anchor-permalink" href="#Multi-threading" title="Permalink"></a></h2><p>Multi-threading is supported by default if the julia session is launched with multiple threads. For example, one may launch Julia with 8 thread using the following command: </p><pre><code class="language-bash hljs">julia -t 8</code></pre><h2 id="GPU-support"><a class="docs-heading-anchor" href="#GPU-support">GPU support</a><a id="GPU-support-1"></a><a class="docs-heading-anchor-permalink" href="#GPU-support" title="Permalink"></a></h2><p>GPU is enabled by setting the keyword argument <code>use_gpu</code> to <code>true</code>. The parts computing gradients and Hessians of the loglikelihood is moved to GPU.</p></article><nav class="docs-footer"><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="Thursday 17 October 2024 02:30">Thursday 17 October 2024</span>. Using Julia version 1.11.1.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
0.222834 0.453456 0.389137 0.461778 0.71422 1.0e-5 1.0e-5</code></pre><pre><code class="language-julia hljs">d.ll_new</code></pre><pre><code class="nohighlight hljs">-2.9888456882726927e6</code></pre><h2 id="Multi-threading"><a class="docs-heading-anchor" href="#Multi-threading">Multi-threading</a><a id="Multi-threading-1"></a><a class="docs-heading-anchor-permalink" href="#Multi-threading" title="Permalink"></a></h2><p>Multi-threading is supported by default if the julia session is launched with multiple threads. For example, one may launch Julia with 8 thread using the following command: </p><pre><code class="language-bash hljs">julia -t 8</code></pre><h2 id="GPU-support"><a class="docs-heading-anchor" href="#GPU-support">GPU support</a><a id="GPU-support-1"></a><a class="docs-heading-anchor-permalink" href="#GPU-support" title="Permalink"></a></h2><p>GPU is enabled by setting the keyword argument <code>use_gpu</code> to <code>true</code>. The parts computing gradients and Hessians of the loglikelihood is moved to GPU.</p></article><nav class="docs-footer"><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 02:30">Friday 18 October 2024</span>. Using Julia version 1.11.1.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>

0 comments on commit f3c8a83

Please sign in to comment.