Peano
Loading...
Searching...
No Matches
FusableTasksQueue.h File Reference
#include "tarch/logging/Log.h"
#include "tarch/multicore/multicore.h"
#include "tarch/multicore/Task.h"
#include "tarch/multicore/taskfusion/taskfusion.h"
#include <map>
#include <unordered_set>
Include dependency graph for FusableTasksQueue.h:

Go to the source code of this file.

Data Structures

class  tarch::multicore::taskfusion::FusableTasksQueue
 Represents a queue of fusable tasks. More...
 

Namespaces

namespace  tarch
 Have to include this header, as I need access to the SYCL_EXTERNAL keyword.
 
namespace  tarch::multicore
 This page describes Peano 4's multithreading namespace.
 
namespace  tarch::multicore::taskfusion
 Task fusion means that a set of tasks are grabbed and mapped onto one large physical tasks instead of being processed one by one.