Class P2PTopologyResult
- Namespace
- DotCompute.Core.Messaging
- Assembly
- DotCompute.Core.dll
Result of P2P topology initialization.
public sealed class P2PTopologyResult
- Inheritance
-
P2PTopologyResult
- Inherited Members
Properties
DeviceCount
Gets the number of devices in the topology.
public int DeviceCount { get; init; }
Property Value
IsSuccessful
Gets a value indicating whether initialization was successful.
public bool IsSuccessful { get; init; }
Property Value
Message
Gets a descriptive message.
public string? Message { get; init; }
Property Value
P2PEnabledPairs
Gets the number of P2P-enabled device pairs.
public int P2PEnabledPairs { get; init; }
Property Value
TotalPairs
Gets the total number of device pairs.
public int TotalPairs { get; init; }