Table of Contents

Enum OptimizationType

Namespace
DotCompute.Core.Memory.Types
Assembly
DotCompute.Core.dll

Type of coherence optimization applied.

public enum OptimizationType

Fields

LoadBalancing = 5

Load balancing across devices.

Migration = 2

Migrate buffer to optimal device.

None = 0

No optimization applied.

Partitioning = 4

Partition buffer for distributed access.

Prefetch = 1

Prefetch data to target device.

Replication = 3

Replicate buffer across devices.