package rune

  1. Overview
  2. Docs
Automatic differentiation and JIT compilation for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

raven-1.0.0.alpha0.tbz
sha256=a9a8a9787f8250337187bb7b21cb317c41bfd2ecf08bcfe0ab407c7b6660764d
sha512=fe13cf257c487e41efe2967be147d80fa94bac8996d3aab2b8fd16f0bbbd108c15e0e58c025ec9bf294d4a0d220ca2ba00c3b1b42fa2143f758c5f0ee4c15782

doc/rune.jit/Rune_jit/Backend_intf/index.html

Module Rune_jit.Backend_intfSource

Sourcetype 'a compiled_artifact = {
  1. native_artifact : 'a;
  2. entry_points : string list;
}
Sourcetype 'a callable_kernel = {
  1. native_kernel : 'a;
  2. name : string;
}
Sourcetype ('a, 'b) device_buffer = {
  1. native_buffer : 'b;
  2. size_in_bytes : int;
  3. dtype : 'a Ir.Dtype.t;
}
Sourcetype 'b any_device_buffer =
  1. | Any_Device_Buffer : ('a, 'b) device_buffer -> 'b any_device_buffer
Sourcemodule type S = sig ... end
OCaml

Innovation. Community. Security.