QUDA  1.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Namespaces
shared_memory_cache_helper.cuh File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  quda::VectorCache< real, Vector >
 Class which wraps around a shared memory cache for a Vector type, where each thread in the thread block stores a unique Vector in the cache which any other thread can access. Presently, the expectation is that Vector is synonymous with the ColorSpinor class, but we could extend this to apply to the Matrix class as well. More...
 

Namespaces

 quda
 

Detailed Description

Helper functionality for aiding the use of the shared memory for sharing data between threads in a thread block.

Definition in file shared_memory_cache_helper.cuh.