A class that describes an execution plan. More...
#include <exec_plan.h>
A class that describes an execution plan.
This class is used to specifiy execution parameters. For the GPU back ends you can set both the block size (maxThreads) and the grid size (maxBlocks). For OpenMP the number of threads is parameterized (numOmpThreads).
It is also possible to specify which back end should be used for a certain data size. This is done by adding a lowBound and a highBound of data sizes and a back end that should be used for that range to a list. The skeletons will use this list when deciding which back end to use.
1.7.1