Table of Contents

Class MetalDeviceInfo

Namespace
Orleans.GpuBridge.Runtime
Assembly
Orleans.GpuBridge.Runtime.dll

Metal device information structure (macOS only)

public sealed class MetalDeviceInfo
Inheritance
MetalDeviceInfo
Inherited Members

Properties

Index

Gets or sets the device index

public int Index { get; set; }

Property Value

int

IsAppleSilicon

Gets or sets whether this is Apple Silicon

public bool IsAppleSilicon { get; set; }

Property Value

bool

Name

Gets or sets the device name

public string Name { get; set; }

Property Value

string

RecommendedMaxWorkingSetSize

Gets or sets the recommended maximum working set size in bytes

public long RecommendedMaxWorkingSetSize { get; set; }

Property Value

long