显卡绘图器
Autonomys utilizes your drive storage, specifically SSD or NVMe drives, to store farms. After the plotting or replotting process is finished, your CPU then uses these farms to prove challenges. Farming is not particularly demanding on the CPU, enabling most modern processors to manage a substantial farm size. However, the farm creation process is highly resource intensive, which makes CPU plotting the main bottleneck.
Utilizing GPU plotting allows you to harness the power of compatible GPUs for farm generation and replotting, either in conjunction with or as a substitute for CPU processing. While many modern CPUs can complete the plotting of a sector in less than two minutes, a single high performance GPU can accomplish the same task in under five seconds, greatly improving efficiency and speed.
虽然显卡绘图不是强制性的,但与单纯依靠处理器相比,它提供了更高的能效和速度。
平台兼容性
平台 | Ubuntu | Windows | Nvidia | AMD | Intel |
---|---|---|---|---|---|
CLI | |||||
Space Acres |
Supported | Limited Support | Possible Future Support
Limited AMD Support for Ubuntu only is available in recent test builds. The most recent test builds are linked on the forum
见Discord farmer-chat 频道获得部分支持。
支持的显卡
- Nvidia
- AMD
- Intel
系列/型号 | 支持 |
---|---|
RTX 20xx 和更新的 | |
GTX 16 系列 |
Nvidia drivers 550 版本或更高。不需要安装 CUDA 工具包
在AMD ROCm 支持方面有许多挑战需要克服。在 论坛 上有关于这个话题的更多信息
您必须使用最新的测试版本以支持AMD。
系列/型号 | Ubuntu | Windows |
---|---|---|
RX 7900 XTX | ||
RX 7600 XT | ||
RX 7600 | ||
RX 6800 | ||
RX 6700 XT | ||
RX 6700 XT | ||
RX 6600 | ||
RX 5700 XT | ||
RX 5700 | ||
RX 5600 | ||
AMD BC-250 |
- Ubuntu
- Windows
- Docker
subspace-farmer-rocm-*
二进制文件提供ROCm 支持,并提供与 CUDA类似的命令行选项,并以--rocm
为前缀。
-
为了安装必要的库,请到 Ubuntu 本机安装 — ROCm install (Linux),并在您的 Ubuntu 版本中按照这些步骤进行:
- 包签名密钥
- 注册 ROCm 包 你不需要自定义驱动程序或完整的 ROCm 工具链来使用已编译的应用程序,因此跳过所有其他步骤。
-
接下来安装一 个带ROCm 运行时的软件包:
sudo apt-get install --no-install-recommends hip-runtime-amd
注册库,以便农民可执行程序和其他应用能够找到它:
echo "/opt/rocm/lib" | sudo tee /etc/ld.so.conf.d/rocm.conf > /dev/null
sudo ldconfig -
然后,为了充许用户使用显卡用于计算,你需要把你的用户加入 render 用户组 (请永远不要使用sudo以root身份运行农民二进制程序 🙏 ):
sudo usermod -a -G render $LOGNAME
-
Now you'll need to log out of your user profile and log back in or simply reboot for group changes to take effect and you're ready to go.
AMD GPU 在 Windows 上(包括通过 WSL) 目前不支持。我们希望在未来添加支持。