Equalizer
1.6.1
|
CUDA implementation of a ComputeContext. More...
#include <cudaContext.h>
Public Member Functions | |
CUDAContext (Pipe *parent) | |
Create a new CUDA compute context. More... | |
virtual | ~CUDAContext () |
Destroy the context. More... | |
Methods forwarded from eq::Pipe | |
virtual bool | configInit () |
Initialize the ComputeCtx. More... | |
virtual void | configExit () |
De-initialize the ComputeCtx. More... | |
Public Member Functions inherited from eq::ComputeContext | |
ComputeContext (Pipe *parent) | |
Create a new ComputeContext for the given accelerator. | |
virtual | ~ComputeContext () |
Destroy the ComputeContext. More... | |
Pipe * | getPipe () |
const Pipe * | getPipe () const |
Additional Inherited Members | |
Protected Member Functions inherited from eq::ComputeContext | |
void | setError (const uint32_t error) |
Set a reason why the last operation failed. More... | |
CUDA implementation of a ComputeContext.
Definition at line 30 of file cudaContext.h.
eq::CUDAContext::CUDAContext | ( | Pipe * | parent | ) |
Create a new CUDA compute context.
|
virtual |
Destroy the context.
|
virtual |
De-initialize the ComputeCtx.
Implements eq::ComputeContext.
|
virtual |
Initialize the ComputeCtx.
Implements eq::ComputeContext.