SkePU  1.2
 All Classes Namespaces Files Functions Variables Enumerations Friends Macros Groups Pages
Public Attributes | List of all members
skepu::ExecPlan Class Reference

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

#include <exec_plan.h>

Public Attributes

bool calibrated
 

Detailed Description

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 backend should be used for a certain data size. This is done by adding a lowBound and a highBound of data sizes and a backend that should be used for that range to a list. The skeletons will use this list when deciding which back end to use.

Member Data Documentation

bool skepu::ExecPlan::calibrated

The documentation for this class was generated from the following file: