CUTLASS
CUDA Templates for Linear Algebra Subroutines and Solvers
Public Member Functions | List of all members
cutlass::transform::threadblock::PredicatedTileIterator2dThreadTile< Shape_, Element_, layout::RowMajor, AdvanceRank, ThreadMap_, Transpose_ >::Params Class Reference

Parameters object is precomputed state and is host-constructible.

#include <predicated_tile_iterator_2dthreadtile.h>

Public Member Functions

CUTLASS_HOST_DEVICE Params ()
 
CUTLASS_HOST_DEVICE Params (Layout const &layout)
 Construct the Params object given a pitch-linear tensor's layout. More...
 

Constructor & Destructor Documentation

template<typename Shape_ , typename Element_ , int AdvanceRank, typename ThreadMap_ , bool Transpose_>
CUTLASS_HOST_DEVICE cutlass::transform::threadblock::PredicatedTileIterator2dThreadTile< Shape_, Element_, layout::RowMajor, AdvanceRank, ThreadMap_, Transpose_ >::Params::Params ( )
inline
template<typename Shape_ , typename Element_ , int AdvanceRank, typename ThreadMap_ , bool Transpose_>
CUTLASS_HOST_DEVICE cutlass::transform::threadblock::PredicatedTileIterator2dThreadTile< Shape_, Element_, layout::RowMajor, AdvanceRank, ThreadMap_, Transpose_ >::Params::Params ( Layout const &  layout)
inline

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