![]() |
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 12 of file unittest_learning.cpp.
Referenced by main().

| void GPU_algorithm | ( | size_t | data_size | ) |
Definition at line 17 of file unittest_learning.cpp.
Referenced by main().

| int main | ( | ) |
Definition at line 22 of file unittest_learning.cpp.
References hype::Scheduler::addAlgorithm(), hype::core::AlgorithmMeasurement::afterAlgorithmExecution(), CPU, CPU_algorithm(), hype::core::SchedulingDecision::getNameofChoosenAlgorithm(), getTimestamp(), GPU, GPU_algorithm(), and hype::Scheduler::instance().
