Hybrid Query Processing Engine for Coprocessing in Database Systems
HyPE
unittest_learning.cpp File Reference
#include <iostream>
#include <stdlib.h>
#include <hype.hpp>
#include <boost/thread.hpp>
Include dependency graph for unittest_learning.cpp:

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 ()

Function Documentation

void CPU_algorithm ( size_t  data_size)
Examples:
online_learning.cpp, and online_learning_manual_time_measurement.cpp.

Definition at line 12 of file unittest_learning.cpp.

Referenced by main().

Here is the caller graph for this function:

void GPU_algorithm ( size_t  data_size)
Examples:
online_learning.cpp, and online_learning_manual_time_measurement.cpp.

Definition at line 17 of file unittest_learning.cpp.

Referenced by main().

Here is the caller graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines