QUDA  0.9.0
Public Member Functions | List of all members
quda::Worker Class Referenceabstract

#include <worker.h>

Inheritance diagram for quda::Worker:
Inheritance graph
[legend]

Public Member Functions

 Worker ()
 
virtual ~Worker ()
 
virtual void apply (const cudaStream_t &stream)=0
 

Detailed Description

Definition at line 5 of file worker.h.

Constructor & Destructor Documentation

◆ Worker()

quda::Worker::Worker ( )
inline

Definition at line 8 of file worker.h.

◆ ~Worker()

virtual quda::Worker::~Worker ( )
inlinevirtual

Definition at line 9 of file worker.h.

Member Function Documentation

◆ apply()

virtual void quda::Worker::apply ( const cudaStream_t &  stream)
pure virtual

Implemented in quda::BiCGstabLUpdate, and quda::ShiftUpdate.

Referenced by quda::ApplyCovDev(), and quda::DslashCoarseLaunch::operator()().

Here is the caller graph for this function:

The documentation for this class was generated from the following file: