GPU-SD
1.4.0
|
The GPU-SD discovery library. More...
Classes | |
class | Filter |
Base class for all discovery filters. More... | |
class | DuplicateFilter |
Filters all duplicates during discovery. More... | |
class | MirrorFilter |
Filter overlapping duplicates with different GPU types. More... | |
class | SessionFilter |
Filters for a specific session. More... | |
struct | GPUInfo |
A structure containing GPU-specific information. More... | |
class | Module |
Base class for runtime-attached DSOs of a query implementation. More... | |
class | Version |
Information about the current GPU-SD version. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const GPUInfo &info) |
Typedefs | |
typedef std::vector< GPUInfo > | GPUInfos |
A vector of GPUInfo structs. | |
typedef GPUInfos::iterator | GPUInfosIter |
An iterator over GPUInfos. | |
typedef GPUInfos::const_iterator | GPUInfosCIter |
A const iterator over GPUInfos. | |
typedef std::tr1::shared_ptr < Filter > | FilterPtr |
A Filter shared_ptr. |
The GPU-SD discovery library.
typedef GPUInfos::const_iterator gpusd::GPUInfosCIter |