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

Parameters object passed to load iterators.

#include <gemm_stream_pair.h>

Public Attributes

StreamA::Params stream_a
 
StreamB::Params stream_b
 

Member Data Documentation

◆ stream_a

template<typename StreamA_ , typename StreamB_ >
StreamA::Params cutlass::gemm::SharedStreamPair< StreamA_, StreamB_ >::Params::stream_a

◆ stream_b

template<typename StreamA_ , typename StreamB_ >
StreamB::Params cutlass::gemm::SharedStreamPair< StreamA_, StreamB_ >::Params::stream_b

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