Class UnifiedMemoryOptions
- 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
Properties
AttachToHost
public bool AttachToHost { get; init; }
Property Value
EnableMigration
public bool EnableMigration { get; init; }
Property Value
PreferredLocationDevice
public bool PreferredLocationDevice { get; init; }