Skip to content

Commit

Permalink
deploy: 7d333cd
Browse files Browse the repository at this point in the history
  • Loading branch information
lukstafi committed Jan 1, 2025
1 parent 654cb37 commit f8f950e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev/arrayjit/Arrayjit/Backend_impl/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Backend_impl (arrayjit.Arrayjit.Backend_impl)</title><meta charset="utf-8"/><link rel="stylesheet" href="../../../odoc.support/odoc.css"/><meta name="generator" content="odoc 2.4.4"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../odoc.support/highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body class="odoc"><nav class="odoc-nav"><a href="../index.html">Up</a><a href="../../index.html">arrayjit</a> &#x00BB; <a href="../index.html">Arrayjit</a> &#x00BB; Backend_impl</nav><header class="odoc-preamble"><h1>Module <code><span>Arrayjit.Backend_impl</span></code></h1></header><nav class="odoc-toc"><ul><li><a href="#the-components-for-use-in-backend-implementations">The components for use in backend implementations</a></li></ul></nav><div class="odoc-content"><h2 id="the-components-for-use-in-backend-implementations"><a href="#the-components-for-use-in-backend-implementations" class="anchor"></a>The components for use in backend implementations</h2><p>Implementation-facing types and components.</p><div class="odoc-spec"><div class="spec module anchored" id="module-Lazy"><a href="#module-Lazy" class="anchor"></a><code><span><span class="keyword">module</span> Lazy</span><span> = <a href="../Utils/Lazy/index.html">Utils.Lazy</a></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Debug_runtime"><a href="#module-Debug_runtime" class="anchor"></a><code><span><span class="keyword">module</span> Debug_runtime</span><span> = <a href="../Utils/Debug_runtime/index.html">Utils.Debug_runtime</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-_get_local_debug_runtime"><a href="#val-_get_local_debug_runtime" class="anchor"></a><code><span><span class="keyword">val</span> _get_local_debug_runtime : <span>unit <span class="arrow">&#45;&gt;</span></span> <span>(<span class="keyword">module</span> <span class="xref-unresolved">Minidebug_runtime</span>.Debug_runtime)</span></span></code></div></div><div class="odoc-spec"><div class="spec module-type anchored" id="module-type-No_device_buffer_and_copying"><a href="#module-type-No_device_buffer_and_copying" class="anchor"></a><code><span><span class="keyword">module</span> <span class="keyword">type</span> <a href="module-type-No_device_buffer_and_copying/index.html">No_device_buffer_and_copying</a></span><span> = <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-No_device_buffer_and_copying"><a href="#module-No_device_buffer_and_copying" class="anchor"></a><code><span><span class="keyword">module</span> <a href="No_device_buffer_and_copying/index.html">No_device_buffer_and_copying</a></span><span>
() :
<a href="module-type-No_device_buffer_and_copying/index.html">No_device_buffer_and_copying</a> <span class="keyword">with</span> <span><span class="keyword">type</span> <a href="module-type-No_device_buffer_and_copying/index.html#type-buffer_ptr">buffer_ptr</a> = <span><span class="xref-unresolved">Base</span>.unit <span class="xref-unresolved">Ctypes</span>.ptr</span></span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Device_types"><a href="#module-Device_types" class="anchor"></a><code><span><span class="keyword">module</span> <a href="Device_types/index.html">Device_types</a></span><span> (<a href="Device_types/argument-1-Device_config/index.html">Device_config</a> : <a href="../Backend_intf/module-type-Device_config/index.html">Backend_intf.Device_config</a>) : <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Device"><a href="#module-Device" class="anchor"></a><code><span><span class="keyword">module</span> <a href="Device/index.html">Device</a></span><span>
<a href="module-type-No_device_buffer_and_copying/index.html">No_device_buffer_and_copying</a> <span class="keyword">with</span> <span><span class="keyword">type</span> <a href="module-type-No_device_buffer_and_copying/index.html#type-buffer_ptr">buffer_ptr</a> = <span><span class="xref-unresolved">Base</span>.unit <span class="xref-unresolved">Ctypes</span>.ptr</span></span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Device_types"><a href="#module-Device_types" class="anchor"></a><code><span><span class="keyword">module</span> <a href="Device_types/index.html">Device_types</a></span><span> (<a href="Device_types/argument-1-Device_config/index.html">Device_config</a> : <a href="../Backend_intf/module-type-Device_config/index.html">Backend_intf.Device_config</a>) : <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-next_global_device_id"><a href="#val-next_global_device_id" class="anchor"></a><code><span><span class="keyword">val</span> next_global_device_id : <a href="../Utils/index.html#type-atomic_int">Utils.atomic_int</a></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Device"><a href="#module-Device" class="anchor"></a><code><span><span class="keyword">module</span> <a href="Device/index.html">Device</a></span><span>
(<a href="Device/argument-1-Device_types/index.html">Device_types</a> : <a href="../Backend_intf/module-type-Device_types/index.html">Backend_intf.Device_types</a>)
(<a href="Device/argument-2-Alloc_buffer/index.html">Alloc_buffer</a> :
<a href="../Backend_intf/module-type-Alloc_buffer/index.html">Backend_intf.Alloc_buffer</a>
Expand Down
Loading

0 comments on commit f8f950e

Please sign in to comment.