#include <gemm_global_tile.h>
|
CUTLASS_HOST_DEVICE int | initialize (Scalar const *ptr, Index stride_h) |
| Initializes params to load a strip-mined tile, given pointer and stride_h. More...
|
|
CUTLASS_HOST_DEVICE int | initialize (SharedStorage const &storage) |
| Initialize params to access storage object. More...
|
|
CUTLASS_HOST_DEVICE int | initialize (Scalar const *ptr, Index stride_d, Index stride_h, Index stride_w) |
| Initializes params to access a raw pointer. More...
|
|
CUTLASS_HOST_DEVICE int | initialize (Scalar const *ptr, Index _stride_d, Index _stride_h, Index _stride_w, Index _inc_d, Index _inc_h, Index _inc_w, Index _inc_advance) |
| Initializes params. More...
|
|
CUTLASS_HOST_DEVICE int | initialize () |
|
CUTLASS_HOST_DEVICE int | initialize (Index _stride_d, Index _stride_h, Index _stride_w, Index _inc_d, Index _inc_h, Index _inc_w, Index _inc_advance) |
| Initializes params. More...
|
|
CUTLASS_HOST_DEVICE int | initialize (Index _stride_d, Index _stride_h, Index _stride_w) |
|
CUTLASS_HOST_DEVICE int | initialize () |
|
◆ initialize()
template<typename TileTraits_ , typename Index_ = int>
The documentation for this struct was generated from the following file: