Cutlass
CUDA Templates for Linear Algebra Subroutines and Solvers
cutlass::gemm::GlobalLoadStream< Operand, LoadIterator_, StoreIterator_, Transformer_ >::SharedStorage Struct Reference

#include <gemm_global_stream.h>

Detailed Description

template<GemmOperand::Kind Operand, typename LoadIterator_, typename StoreIterator_, typename Transformer_>
struct cutlass::gemm::GlobalLoadStream< Operand, LoadIterator_, StoreIterator_, Transformer_ >::SharedStorage

Contains private storage in shared memory needed by the objects within this class. Note, this is NOT the shared memory allocation for the GEMM threadblock tile. That necessarily exists outside this class, as it is also needed by the warp-level shared=>RF stream.


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