Table of Contents

Enum WorkloadType

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

Defines the type of workload being processed

public enum WorkloadType

Fields

Compute = 0

General compute workload

Graphics = 4

Graphics/rendering workload

IO = 2

I/O-intensive workload

MachineLearning = 5

Machine learning/AI workload

Memory = 1

Memory-intensive workload

Mixed = 3

Mixed workload with compute and memory operations

Scientific = 6

Scientific computing workload