![]() |
Peano
|
#include "tarch/logging/Log.h"
#include "tarch/multicore/multicore.h"
#include "tarch/multicore/Task.h"
#include "tarch/multicore/taskfusion/taskfusion.h"
Go to the source code of this file.
Data Structures | |
class | tarch::multicore::taskfusion::ProcessReadyTask |
Process ready task. 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. | |