SpawnDev.ILGPU.P2P
4.9.4
See the version list below for details.
dotnet add package SpawnDev.ILGPU.P2P --version 4.9.4
NuGet\Install-Package SpawnDev.ILGPU.P2P -Version 4.9.4
<PackageReference Include="SpawnDev.ILGPU.P2P" Version="4.9.4" />
<PackageVersion Include="SpawnDev.ILGPU.P2P" Version="4.9.4" />
<PackageReference Include="SpawnDev.ILGPU.P2P" />
paket add SpawnDev.ILGPU.P2P --version 4.9.4
#r "nuget: SpawnDev.ILGPU.P2P, 4.9.4"
#:package SpawnDev.ILGPU.P2P@4.9.4
#addin nuget:?package=SpawnDev.ILGPU.P2P&version=4.9.4
#tool nuget:?package=SpawnDev.ILGPU.P2P&version=4.9.4
P2P distributed GPU compute via SpawnDev.WebTorrent. AcceleratorType.P2P — the 7th ILGPU backend. Distributes kernels across connected devices via WebRTC. Scan a QR code, contribute GPU power.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- SpawnDev.ILGPU (>= 4.9.4)
- SpawnDev.WebTorrent (>= 3.2.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.9.5-rc.7 | 46 | 5/3/2026 |
| 4.9.5-rc.6 | 42 | 5/3/2026 |
| 4.9.5-rc.5 | 41 | 5/3/2026 |
| 4.9.5-rc.1 | 50 | 5/3/2026 |
| 4.9.4 | 85 | 5/3/2026 |
| 4.9.4-rc.2 | 47 | 5/3/2026 |
| 4.9.3 | 97 | 4/29/2026 |
| 4.9.2-rc.35 | 60 | 4/29/2026 |
| 4.9.2-rc.26 | 51 | 4/27/2026 |
| 4.9.2-rc.25 | 60 | 4/26/2026 |
| 4.9.2-rc.10 | 56 | 4/23/2026 |
v4.9.4 stable: closes `P2PSwarm.TwoTab_PeerDiscovery` regression. `P2PWebRtcBridge.wire.OnClose` now filters phantom-alive wires (where `Destroyed=false` but underlying transport is dead) using the new `Wire.SimplePeer.IsTransportDead` accessor in SpawnDev.WebTorrent 3.2.3 stable. Both bridge filter sites updated: the wireSet `RemoveWhere` and the `torrent.Wires` cross-check walk. Catches the Chromium-under-Playwright bug where `connectionstatechange` doesn't propagate to `"failed"` on remote tab close. Verified: TwoTab passes 1m 37s standalone (was failing 90s timeout in 4.9.2-rc.34); LargeBuffer_100MB passes 3m 37s standalone (no regression). Stable rollup of 4.9.4-rc.1 + rc.2. SpawnDev.WebTorrent dep bumped 3.2.2 -> 3.2.3 stable.