VisionCpp
0.0.1
|
This is used to find whether a node should use a global memory output or a local memory output is created for that node. More...
#include <evaluator.hpp>
Static Public Attributes | |
static constexpr size_t | ID = OutOffset |
This is used to find whether a node should use a global memory output or a local memory output is created for that node.
When the node is the immediate child of the root (Assign or Partial Assign) we do not create the local shared memory for it and directly save the result in the global memory. In this case we can avoid creation of unnecessary shared memory. template parameters
IsRoot | boolean value represent if the expression is the immediate child of a root node |
OutOffset | the offset for location of the local memory if it exists |
Definition at line 265 of file evaluator.hpp.
|
staticconstexpr |
Definition at line 266 of file evaluator.hpp.