MLIR  20.0.0git
Public Attributes | List of all members
mlir::nvgpu::WarpMatrixInfo Struct Reference

Collects information about a warp-level matrix operand represented by a VectorType. More...

#include "mlir/Dialect/NVGPU/Utils/MMAUtils.h"

Public Attributes

VectorType vectorType
 
MatMulOperandRole operandRole
 

Detailed Description

Collects information about a warp-level matrix operand represented by a VectorType.

Definition at line 34 of file MMAUtils.h.

Member Data Documentation

◆ operandRole

MatMulOperandRole mlir::nvgpu::WarpMatrixInfo::operandRole

◆ vectorType

VectorType mlir::nvgpu::WarpMatrixInfo::vectorType

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