Cutlass
CUDA Templates for Linear Algebra Subroutines and Solvers
Public Member Functions | List of all members
cutlass::gemm::GemmGlobalTileTraits< kOperand_, kLayout_, Scalar_, Tile_, Threads_, kAccessSize_ >::ThreadOffset Struct Reference

Computes the thread offset in (H, W) based on thread ID.

#include <gemm_global_tile.h>

Public Member Functions

CUTLASS_HOST_DEVICE Coord< 4 > operator() () const
 

Member Function Documentation

◆ operator()()

template<GemmOperand::Kind kOperand_, MatrixLayout::Kind kLayout_, typename Scalar_, typename Tile_, typename Threads_, int kAccessSize_>
CUTLASS_HOST_DEVICE Coord<4> cutlass::gemm::GemmGlobalTileTraits< kOperand_, kLayout_, Scalar_, Tile_, Threads_, kAccessSize_ >::ThreadOffset::operator() ( ) const
inline

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