libkvikio
23.12.00
|
Ckvikio::detail::AllocRetain::Alloc | |
Ckvikio::detail::AllocRetain | Class to retain host memory allocations |
Ckvikio::BatchHandle | |
Ckvikio::BatchOp | IO operation used when submitting batches |
Ckvikio::cudaAPI | Shim layer of the cuda C-API |
Ckvikio::CudaPrimaryContext | RAII wrapper for a CUDA primary context |
CCUfileIOEvents | |
Ckvikio::defaults | Singleton class of default values used thoughtout KvikIO |
Ckvikio::DriverInitializer | |
Ckvikio::DriverProperties | |
Ckvikio::FileHandle | Handle of an open file registered with cufile |
Ckvikio::PushAndPopContext | Push CUDA context on creation and pop it on destruction |
▼Cstd::runtime_error | |
Ckvikio::CUfileException | |
Ckvikio::StreamFuture | Future of an asynchronous IO operation |
Ckvikio::third_party::thread_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 |