Table of Contents

Class VectorizedMatMulOp

Namespace
AiDotNet.JitCompiler.IR.Operations
Assembly
AiDotNet.dll

Vectorized matrix multiplication operation.

public class VectorizedMatMulOp : IROp
Inheritance
VectorizedMatMulOp
Inherited Members

Properties

TileSize

Gets or sets the tile size.

public int TileSize { get; set; }

Property Value

int

UseTiling

Gets or sets whether to use tiling.

public bool UseTiling { get; set; }

Property Value

bool

VectorWidth

Gets or sets the vector width.

public int VectorWidth { get; set; }

Property Value

int

Methods

ToString()

Returns a string representation.

public override string ToString()

Returns

string

Validate()

Validates the operation.

public override bool Validate()

Returns

bool