HEBench
Quickstart C++ Wrapper Backend Tutorial - File Reference

The code snippets used in this tutorial are available as part of example documentation. The complete source for the example is located in the following files. Note that these files are intended only as an example to teach core concepts of how to implement a backend using the C++ wrapper. They are missing a lot of features like error checking that would be expected in a robust backend.

Example File Description
original_flow_seal.cpp Original workflow to benchmark
tutorial_engine_seal.h Tutorial engine header
tutorial_engine_seal.cpp Tutorial engine implementation
tutorial_error_seal.h Tutorial error definition file
tutorial_eltwiseadd_benchmark_seal.h Tutorial benchmark header
tutorial_eltwiseadd_benchmark_seal.cpp Tutorial benchmark implementation

Tutorial steps

Tutorial Home
Preparation
Engine Initialization and Benchmark Description
Benchmark Implementation
File References