ParallelME Runtime Environment
Public Member Functions | Public Attributes | List of all members
Task::Score Struct Reference

#include <Task.hpp>

Public Member Functions

 Score (float cpu=1.0f, float gpu=1.0f, float acc=1.0f)
 Initializes the scores with constructors or copy.
 

Public Attributes

float cpuScore
 How fast the task runs at the CPU.
 
float gpuScore
 How fast the task runs at the GPU.
 
float acceleratorScore
 How fast the task runs at an Accelerator.
 

Detailed Description

Represents how well the task runs at each device type.


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