|  | CUTLASS
    CUDA Templates for Linear Algebra Subroutines and Solvers | 
#include <tensor_op_multiplicand_sm70.h>
| Public Types | |
| using | Index = int32_t | 
| Index type used for coordinates.  More... | |
| using | LongIndex = int64_t | 
| Long index type used for offsets.  More... | |
| using | TensorCoord = MatrixCoord | 
| Logical coordinate.  More... | |
| using | Stride = Coord< kStrideRank, Index, LongIndex > | 
| Stride vector.  More... | |
| using | Base = VoltaTensorOpMultiplicandCrosswise< ElementSize, KBlock > | 
| Public Member Functions | |
| CUTLASS_HOST_DEVICE | ColumnMajorVoltaTensorOpMultiplicandCrosswise (Index ldm=0) | 
| Ctor.  More... | |
| CUTLASS_HOST_DEVICE | ColumnMajorVoltaTensorOpMultiplicandCrosswise (Stride stride) | 
| Ctor.  More... | |
| CUTLASS_HOST_DEVICE LongIndex | operator() (TensorCoord const &coord) const | 
| CUTLASS_HOST_DEVICE TensorCoord | inverse (LongIndex offset) const | 
| Inverse of layout function, mapping linear offset to logical coordinate.  More... | |
| CUTLASS_HOST_DEVICE Stride | stride () const | 
| Returns the stride of the layout.  More... | |
| CUTLASS_HOST_DEVICE Stride & | stride () | 
| Returns the stride of the layout.  More... | |
| CUTLASS_HOST_DEVICE LongIndex | capacity (TensorCoord const &extent) const | 
| Static Public Member Functions | |
| static CUTLASS_HOST_DEVICE ColumnMajorVoltaTensorOpMultiplicandCrosswise | packed (TensorCoord const &extent) | 
| Helper returns a layout to a tightly packed tensor.  More... | |
| Static Public Attributes | |
| static int const | kRank = 2 | 
| Logical rank of tensor.  More... | |
| static int const | kStrideRank = 1 | 
| Rank of stride vector.  More... | |
| static int const | kAccessSize = Base::kAccessSize | 
| This layout is optimized for 64b accesses.  More... | |
| static int const | kElementSize = Base::kElementSize | 
| static int const | kElementsPerAccess = Base::kElementsPerAccess | 
Template mapping a column-major view of pitch-linear memory to VoltaTensorOpMultiplicandCrosswise
| using cutlass::layout::ColumnMajorVoltaTensorOpMultiplicandCrosswise< ElementSize, KBlock >::Base = VoltaTensorOpMultiplicandCrosswise<ElementSize, KBlock> | 
| using cutlass::layout::ColumnMajorVoltaTensorOpMultiplicandCrosswise< ElementSize, KBlock >::Index = int32_t | 
| using cutlass::layout::ColumnMajorVoltaTensorOpMultiplicandCrosswise< ElementSize, KBlock >::LongIndex = int64_t | 
| using cutlass::layout::ColumnMajorVoltaTensorOpMultiplicandCrosswise< ElementSize, KBlock >::Stride = Coord<kStrideRank, Index, LongIndex> | 
| using cutlass::layout::ColumnMajorVoltaTensorOpMultiplicandCrosswise< ElementSize, KBlock >::TensorCoord = MatrixCoord | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
Compute the number of contiguous elements needed to store a tensor with the given size
| 
 | inline | 
| 
 | inline | 
Returns the offset of a coordinate in linear memory. Assumes coordinate has convention (contiguous, strided)
| 
 | inlinestatic | 
| 
 | inline | 
| 
 | inline | 
| 
 | static | 
| 
 | static | 
| 
 | static | 
| 
 | static | 
| 
 | static | 
 1.8.11
 1.8.11