Poplar and PopLibs
poplar::Vertex Class Reference

Vertex base class. More...

#include <Vertex.hpp>

Detailed Description

Vertex base class.

Any sub-type of this class needs to define a compute() method returning a bool.

This vertex is guaranteed by Poplar to run on the same worker context on every replica when stochastic rounding is going to be applied to make sure that the results are bit accurate when replicated.


The documentation for this class was generated from the following file: