Table of Contents

Class VectorizedBinaryOp

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

Vectorized binary operation (Add, Subtract, Multiply, Divide).

public class VectorizedBinaryOp : IROp
Inheritance
VectorizedBinaryOp
Inherited Members

Properties

NumVectors

Gets or sets the number of full vectors to process.

public int NumVectors { get; set; }

Property Value

int

Operation

Gets or sets the operation type.

public VectorizedBinaryOpType Operation { get; set; }

Property Value

VectorizedBinaryOpType

Remainder

Gets or sets the number of remaining scalar elements.

public int Remainder { get; set; }

Property Value

int

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