Table of Contents

Class CpuCapabilities

Namespace
DotCompute.Backends.CPU.Accelerators
Assembly
DotCompute.Backends.CPU.dll

A class that represents cpu capabilities.

public class CpuCapabilities
Inheritance
CpuCapabilities
Inherited Members

Properties

CoreCount

Gets or sets the core count.

public int CoreCount { get; set; }

Property Value

int

The core count.

IsHardwareAccelerated

Gets or sets a value indicating whether hardware accelerated.

public bool IsHardwareAccelerated { get; set; }

Property Value

bool

The is hardware accelerated.

SupportedInstructionSets

Gets or sets the supported instruction sets.

public HashSet<string> SupportedInstructionSets { get; init; }

Property Value

HashSet<string>

The supported instruction sets.

VectorWidth

Gets or sets the vector width.

public int VectorWidth { get; set; }

Property Value

int

The vector width.