Peano
Loading...
Searching...
No Matches
Strategy.cpp
Go to the documentation of this file.
1
#include "
Strategy.h
"
2
#include "
AllOnGPU.h
"
3
4
tarch::multicore::orchestration::Strategy
*
tarch::multicore::orchestration::createDefaultStrategy
() {
5
// @todo Round Robin instead
6
return
new
AllOnGPU
(0);
7
}
AllOnGPU.h
Strategy.h
tarch::multicore::orchestration::AllOnGPU
Deploy all tasks to one GPU.
Definition
AllOnGPU.h:18
tarch::multicore::orchestration::Strategy
Interface for any task orchestration.
Definition
Strategy.h:25
tarch::multicore::orchestration::createDefaultStrategy
Strategy * createDefaultStrategy()
Definition
Strategy.cpp:4
src
tarch
multicore
orchestration
Strategy.cpp
Generated on Sat Dec 21 2024 12:33:10 for Peano by
1.10.0