![]() |
Hybrid Query Processing Engine for Coprocessing in Database Systems
HyPE
|

Go to the source code of this file.
Functions | |
| void | CPU_algorithm (size_t data_size) |
| void | GPU_algorithm (size_t data_size) |
| int | main () |
| void CPU_algorithm | ( | size_t | data_size | ) |
Definition at line 16 of file online_learning.cpp.
| void GPU_algorithm | ( | size_t | data_size | ) |
Definition at line 21 of file online_learning.cpp.
| int main | ( | ) |
Definition at line 26 of file online_learning.cpp.
References hype::Scheduler::addAlgorithm(), hype::core::AlgorithmMeasurement::afterAlgorithmExecution(), CPU, CPU_algorithm(), hype::core::SchedulingDecision::getNameofChoosenAlgorithm(), hype::Scheduler::getOptimalAlgorithm(), getTimestamp(), GPU, GPU_algorithm(), hype::Scheduler::instance(), Least_Squares_1D, PD0, PD1, PD_Memory_0, PD_Memory_1, Periodic, ResponseTime, and hype::Scheduler::setOptimizationCriterion().
