Enum OptimizationType
- Namespace
- DotCompute.Core.Memory.Types
- Assembly
- DotCompute.Core.dll
Type of coherence optimization applied.
public enum OptimizationType
Fields
LoadBalancing = 5Load balancing across devices.
Migration = 2Migrate buffer to optimal device.
None = 0No optimization applied.
Partitioning = 4Partition buffer for distributed access.
Prefetch = 1Prefetch data to target device.
Replication = 3Replicate buffer across devices.