···11111212(package
1313 (name vaccel)
1414- (synopsis "vAccel RPC protocol: typed methods for the acceleration agent")
1414+ (synopsis "vAccel RPC protocol in pure OCaml")
1515 (description
1616 "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.")
1717 (tags (org:blacksun network))
···11# This file is generated by dune, edit dune-project instead
22opam-version: "2.0"
33-synopsis: "vAccel RPC protocol: typed methods for the acceleration agent"
33+synopsis: "vAccel RPC protocol in pure OCaml"
44description:
55 "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."
66maintainer: ["Thomas Gazagnaire <thomas@gazagnaire.org>"]