Table of Contents

Class Optimized

Namespace
DotCompute.Abstractions.Types
Assembly
DotCompute.Abstractions.dll

Represents an optimized kernel implementation strategy.

public static class Optimized
Inheritance
Optimized
Inherited Members

Fields

Cache

Cache-optimized kernel for improved locality.

public static readonly string Cache

Field Value

string

Compute

Compute-optimized kernel for mathematical operations.

public static readonly string Compute

Field Value

string

Cpu

CPU-optimized kernel using SIMD instructions.

public static readonly string Cpu

Field Value

string

Gpu

GPU-optimized kernel for CUDA devices.

public static readonly string Gpu

Field Value

string

Memory

Memory-optimized kernel for efficient bandwidth usage.

public static readonly string Memory

Field Value

string

Vectorized

Vectorized kernel using platform-specific instructions.

public static readonly string Vectorized

Field Value

string