Class DeviceCapabilities
- Namespace
- DotCompute.Core.Memory
- Assembly
- DotCompute.Core.dll
Device capabilities for P2P operations.
public sealed class DeviceCapabilities
- Inheritance
-
DeviceCapabilities
- Inherited Members
Properties
MaxMemoryBytes
Gets or sets the max memory bytes.
public long MaxMemoryBytes { get; init; }
Property Value
- long
The max memory bytes.
MemoryBandwidthGBps
Gets or sets the memory bandwidth g bps.
public double MemoryBandwidthGBps { get; init; }
Property Value
- double
The memory bandwidth g bps.
P2PBandwidthGBps
Gets or sets the p2 p bandwidth g bps.
public double P2PBandwidthGBps { get; init; }
Property Value
- double
The p2 p bandwidth g bps.
SupportsP2P
Gets or sets the supports p2 p.
public bool SupportsP2P { get; init; }
Property Value
- bool
The supports p2 p.