Cutlass
CUDA Templates for Linear Algebra Subroutines and Solvers
Public Attributes | List of all members
cutlass::gemm::GlobalLoadStreamPair< StreamA_, StreamB_, kResidueInProlog_ >::SharedStorage Struct Reference

Defines a structure containing shared storage for each pair.

#include <gemm_stream_pair.h>

Public Attributes

StreamA::SharedStorage stream_a
 
StreamB::SharedStorage stream_b
 

Member Data Documentation

◆ stream_a

template<typename StreamA_ , typename StreamB_ , bool kResidueInProlog_>
StreamA::SharedStorage cutlass::gemm::GlobalLoadStreamPair< StreamA_, StreamB_, kResidueInProlog_ >::SharedStorage::stream_a

◆ stream_b

template<typename StreamA_ , typename StreamB_ , bool kResidueInProlog_>
StreamB::SharedStorage cutlass::gemm::GlobalLoadStreamPair< StreamA_, StreamB_, kResidueInProlog_ >::SharedStorage::stream_b

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