Conversation
Address the documentation request in Quantus-Network#106 by labeling the recorded Linux CUDA and wgpu/Vulkan measurements and explaining why they are not Windows or cross-vendor performance guarantees. Only README.md and the Clore/Vast benchmark notes change; existing measurements and runtime behavior remain unchanged.
Why this matters beyond my own hardwareSome context on why I think this is worth the maintainers' time, rather than The network is shrinking. Over the last 48 hours network hashrate went The vendor split is not evidence of demand. quanpool currently reports The work is not starting from zero. HIP is close enough to CUDA that I am happy to hand over the ported kernel, the A/B harness, and to run any |
Overview
Fixes #106 (the documentation request).
The issue asks for an OS note so readers do not interpret published CUDA speedups as expected Windows performance or a cross-vendor hardware comparison. The existing benchmark records identify Linux binaries and Ubuntu-based images, but this context is not prominent in the GPU setup guidance.
What changed
Validation
git diff --checkand staged diff check: passed.cargo +stable fmt --all -- --check: passed.taplo fmt --check: passed.docs/**and root Markdown files.Risks and mitigations
Documentation-only; no runtime behavior changes. The notes describe the recorded measurement environment, not a universal claim that CUDA cannot work on Windows. No unsupported OS-specific hashrates are added.
Follow-ups
HIP optimization and diagnosis of the reported Windows CUDA crash are outside this documentation request. Published release text outside the repository is not modified by this PR.