libnabo 1.1.2
|
Cache CL source code (including defines and support code) More...
Public Types | |
typedef std::vector< cl::Device > | Devices |
Vector of devices. | |
typedef std::map< std::string, cl::Program > | ProgramCache |
Map of cached programmes. | |
Public Attributes | |
cl::Context | context |
context in which programs are cached | |
Devices | devices |
devices linked to the context | |
ProgramCache | cachedPrograms |
cached programs | |
Cache CL source code (including defines and support code)