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
Compute
Compute-optimized kernel for mathematical operations.
public static readonly string Compute
Field Value
Cpu
CPU-optimized kernel using SIMD instructions.
public static readonly string Cpu
Field Value
Gpu
GPU-optimized kernel for CUDA devices.
public static readonly string Gpu
Field Value
Memory
Memory-optimized kernel for efficient bandwidth usage.
public static readonly string Memory
Field Value
Vectorized
Vectorized kernel using platform-specific instructions.
public static readonly string Vectorized