libkvikio
23.12.00
|
▼Nkvikio | |
▼Ndetail | |
▼CAllocRetain | Class to retain host memory allocations |
CAlloc | |
▼Nthird_party | |
Cthread_pool | A C++17 thread pool class. The user submits tasks to be executed into a queue. Whenever a thread becomes available, it pops a task from the queue and executes it. Each task is automatically assigned a future, which can be used to wait for the task to finish executing and/or obtain its eventual return value |
CBatchOp | IO operation used when submitting batches |
CBatchHandle | |
Cdefaults | Singleton class of default values used thoughtout KvikIO |
CDriverInitializer | |
CDriverProperties | |
CCUfileException | |
CFileHandle | Handle of an open file registered with cufile |
CcudaAPI | Shim layer of the cuda C-API |
CStreamFuture | Future of an asynchronous IO operation |
CCudaPrimaryContext | RAII wrapper for a CUDA primary context |
CPushAndPopContext | Push CUDA context on creation and pop it on destruction |
CCUfileIOEvents |