Table of Contents

Enum MemoryAdvice

Namespace
Orleans.GpuBridge.Abstractions.Providers.Memory.Enums
Assembly
Orleans.GpuBridge.Abstractions.dll

Memory usage advice for unified memory

public enum MemoryAdvice

Fields

AccessedBy = 2

Memory will be accessed equally by all processors

NoMigration = 3

Memory should not migrate

PreferredLocation = 1

Memory will be accessed by a specific processor

ReadMostly = 0

Memory will be mostly read