Runtime#

In addition to the Python “Tools”, which are run once for compiling and analyzing DFPs, the “Runtime” refers to the Python and C++ libraries that continuously run the DFPs on the MemryX hardware. These libraries provide the necessary APIs to connect to the hardware, send inputs, and receive outputs.

This section provides background information and an overview of the MemryX Runtime libraries, plus deeper details on how to configure your application for optimal performance.

Before You Start

Essential concepts for best understanding and using the MemryX Runtime.

background/intro.html
MemryX Runtime

Overview of the MemryX Runtime, its features, and how to use it.

usage/intro.html

See also

For runnable example applications, see the tutorials section and our GitHub!