MatrixDim_ Struct Reference

Structure containing size of the matrix plus stride. More...

#include <cu-matrixdim.h>

Collaboration diagram for MatrixDim_:

Public Attributes

int32_cuda rows
 
int32_cuda cols
 
int32_cuda stride
 

Detailed Description

Structure containing size of the matrix plus stride.

This structure is an argument of most of the CUDA kernels.

Definition at line 46 of file cu-matrixdim.h.

Member Data Documentation

◆ cols

int32_cuda cols

Definition at line 48 of file cu-matrixdim.h.

Referenced by CuMatrixBase< float >::CopyColsFromVec().

◆ rows

int32_cuda rows

Definition at line 47 of file cu-matrixdim.h.

Referenced by CuMatrixBase< float >::CopyColsFromVec(), and kaldi::cu::Randomize().

◆ stride

int32_cuda stride

Definition at line 49 of file cu-matrixdim.h.

Referenced by CuTpMatrix< Real >::Invert().


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