Column-oriented GPU-accelerated Database Management System
CoGaDB
|
Go to the source code of this file.
Classes | |
class | CoGaDB::gpu::GPU_Operators |
Namespaces | |
namespace | CoGaDB |
The global namespace of the programming tasks, to avoid name claches with other libraries. | |
namespace | CoGaDB::gpu |
Functions | |
int | CoGaDB::CUDA_device_check (int gpudevice) |
int | CoGaDB::check_for_CUDA_devices () |
unsigned int | CoGaDB::getNumberofGPUMultiprocessors () |
unsigned int | CoGaDB::getTotalGPUMemorySizeInByte () |
unsigned int | CoGaDB::getFreeGPUMemorySizeInByte () |
void | CoGaDB::printGPUStatus () |
const std::vector< std::pair < unsigned int, unsigned int > > | CoGaDB::gpu_join_tids (std::vector< int > &join_column1, std::vector< int > &join_column2) |