ComputeContext(Pipe *parent)
Create a new ComputeContext for the given accelerator.
virtual ~ComputeContext()
Destroy the ComputeContext.
void setError(const uint32_t error)
Set a reason why the last operation failed.
virtual void configExit()=0
De-initialize the ComputeContext.
virtual bool configInit()=0
Initialize the ComputeContext.
const Pipe * getPipe() const
The interface definition for API-specific GPGPU handling.