vAccel RPC protocol in pure OCaml
0

Configure Feed

Select the types of activity you want to include in your feed.

vaccel: describe the package as the vAccel RPC protocol

The old synopsis ("typed methods for the acceleration agent") read as jargon.
Match the README's opening line.

+2 -2
+1 -1
dune-project
··· 11 11 12 12 (package 13 13 (name vaccel) 14 - (synopsis "vAccel RPC protocol: typed methods for the acceleration agent") 14 + (synopsis "vAccel RPC protocol in pure OCaml") 15 15 (description 16 16 "The vAccel RPC protocol in pure OCaml: hand-written protobuf codecs for the vaccel-rpc-proto message schemas (sessions, resources, the generic genop operation, image classification, TensorFlow, TensorFlow Lite and PyTorch inference, profiling) and the typed method table of the sync AgentService, ready to call over any ttrpc transport. vAccel forwards acceleration operations from a guest without accelerator access (a VM or unikernel) to a host agent that owns the hardware; this library is the wire contract of that conversation, with no I/O of its own.") 17 17 (tags (org:blacksun network))
+1 -1
vaccel.opam
··· 1 1 # This file is generated by dune, edit dune-project instead 2 2 opam-version: "2.0" 3 - synopsis: "vAccel RPC protocol: typed methods for the acceleration agent" 3 + synopsis: "vAccel RPC protocol in pure OCaml" 4 4 description: 5 5 "The vAccel RPC protocol in pure OCaml: hand-written protobuf codecs for the vaccel-rpc-proto message schemas (sessions, resources, the generic genop operation, image classification, TensorFlow, TensorFlow Lite and PyTorch inference, profiling) and the typed method table of the sync AgentService, ready to call over any ttrpc transport. vAccel forwards acceleration operations from a guest without accelerator access (a VM or unikernel) to a host agent that owns the hardware; this library is the wire contract of that conversation, with no I/O of its own." 6 6 maintainer: ["Thomas Gazagnaire <thomas@gazagnaire.org>"]