VariableMappingMethod
#include <poplar/VariableMappingMethod.hpp>
-
namespace poplar
Poplar classes and functions.
Enums
-
enum class VariableMappingMethod
When variables are added to the graph, a tile mapping can be created.
This class enumerates the method for creating that mapping.
Values:
-
enumerator NONE
No mapping is created.
The tile mapping will be set later via Graph::setTileMapping.
-
enumerator LINEAR
The variable will be spread evenly across the tiles with the element ordering matching the tile number ordering.
The tile mapping can also be overridden later via Graph::setTileMapping.
-
enumerator NONE
Functions
-
std::string toString(const VariableMappingMethod &method)
-
enum class VariableMappingMethod