#include <string>#include <map>#include <vector>#include <iostream>#include <stdexcept>#include <tr1/memory>Go to the source code of this file.
Data Structures | |
| struct | gpuip::Buffer |
| A chunk of memory allocated on the GPU. More... | |
| struct | gpuip::Parameter< T > |
| A parameter has a name and a value. More... | |
| struct | gpuip::Kernel |
| struct | gpuip::Kernel::BufferLink |
| Tells a kernel which buffers to use in the argument list. More... | |
| class | gpuip::ImageProcessor |
Namespaces | |
| namespace | gpuip |
Defines | |
| #define | GPUIP_ERROR -1.0 |
Enumerations | |
| enum | gpuip::GpuEnvironment { gpuip::OpenCL, gpuip::CUDA, gpuip::GLSL } |
| #define GPUIP_ERROR -1.0 |
If a function that is supposed to return execution time has failed, it will return this value instead.
1.6.1