Enum WorkloadType
- Namespace
- DotCompute.Abstractions.Types
- Assembly
- DotCompute.Abstractions.dll
Defines the type of workload being processed
public enum WorkloadType
Fields
Compute = 0General compute workload
Graphics = 4Graphics/rendering workload
IO = 2I/O-intensive workload
MachineLearning = 5Machine learning/AI workload
Memory = 1Memory-intensive workload
Mixed = 3Mixed workload with compute and memory operations
Scientific = 6Scientific computing workload