Poplar and PopLibs
|
A group of properties for a poplar::Executable object. More...
#include <EngineOptions.hpp>
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.