Table of Contents

Class UnifiedMemoryOptions

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

Options for unified memory allocation

public sealed record UnifiedMemoryOptions : IEquatable<UnifiedMemoryOptions>
Inheritance
UnifiedMemoryOptions
Implements
Inherited Members

Constructors

UnifiedMemoryOptions(bool, bool, bool)

Options for unified memory allocation

public UnifiedMemoryOptions(bool AttachToHost = false, bool PreferredLocationDevice = true, bool EnableMigration = true)

Parameters

AttachToHost bool
PreferredLocationDevice bool
EnableMigration bool

Properties

AttachToHost

public bool AttachToHost { get; init; }

Property Value

bool

EnableMigration

public bool EnableMigration { get; init; }

Property Value

bool

PreferredLocationDevice

public bool PreferredLocationDevice { get; init; }

Property Value

bool