Poplar and PopLibs
poplar::EngineOptions Class Reference

A group of properties for a poplar::Executable object. More...

#include <EngineOptions.hpp>

Detailed Description

A group of properties for a poplar::Executable object.

Passing a EngineOptions reference to some of the Engine member functions will override the respective properties configured during the creation of that engine.

EngineOptions can also be overridden with the environment variable POPLAR_ENGINE_OPTIONS. For example:

POPLAR_ENGINE_OPTIONS='{"autoReport.all":"true"}'

See Engine.hpp for a description of the supported engine options.


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