16 class ProcessReadyTask;
78 virtual void run()
override;
Abstract super class for a job.
Task(int taskType, int priority)
Construct task.
Represents a queue of fusable tasks.
Wrapper task around fusable tasks that is not ready yet.
static const std::string SubmitFusedTasksStatisticsIdentifier
FusableTasksQueue & _taskQueue
static tarch::logging::Log _log
virtual void run() override
Run task.
LogReadyTask(Task *task, int taskNumber, FusableTasksQueue &taskQueue)
Construct log read task.
Task fusion means that a set of tasks are grabbed and mapped onto one large physical tasks instead of...
This page describes Peano 4's multithreading namespace.
Have to include this header, as I need access to the SYCL_EXTERNAL keyword.