Class DeviceInfo
- Namespace
- Orleans.GpuBridge.Runtime.BackendProviders.Models
- Assembly
- Orleans.GpuBridge.Runtime.dll
Device information
public sealed record DeviceInfo : IEquatable<DeviceInfo>
- Inheritance
-
DeviceInfo
- Implements
- Inherited Members
Constructors
DeviceInfo(int, string, GpuBackend, long, int, string[])
Device information
public DeviceInfo(int Index, string Name, GpuBackend Backend, long TotalMemory, int ComputeUnits, string[] Extensions)
Parameters
Properties
Backend
public GpuBackend Backend { get; init; }
Property Value
ComputeUnits
public int ComputeUnits { get; init; }
Property Value
Extensions
public string[] Extensions { get; init; }
Property Value
- string[]
Index
public int Index { get; init; }
Property Value
Name
public string Name { get; init; }
Property Value
TotalMemory
public long TotalMemory { get; init; }