skepu::ExecPlan Class Reference
[Tuning]

A class that describes an execution plan. More...

#include <exec_plan.h>

List of all members.


Detailed Description

A class that describes an execution plan.

Author:
Johan Enmyren
Version:
0.1

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Enumerations Friends Defines