|
VisionCpp
0.0.1
|
The NoFuseExpr struct is used to generate one device kernel per each non-terminal node in the expression. More...
The NoFuseExpr struct is used to generate one device kernel per each non-terminal node in the expression.
It is used to specialise the no_fuse function for different non-terminal nodes template parameters:
| LC | is the column size of local memory |
| LR | is the row size of local memory |
| LCT | is the column size of workgroup |
| LRT | is the row size of workgroup |
| Expr | : the node needed to be executed |
| Category | the Category type of the node (Binary, Unary, Nullary) |
Definition at line 57 of file executor.hpp.