ParallelME Runtime Environment
|
#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. | |
Represents how well the task runs at each device type.