sudo apt install hipblas hipblas-dev cmake
CC=/opt/rocm/llvm/bin/clang CXX=/opt/rocm/llvm/bin/clang++ cmake -B build900 -DLLAMA_HIPBLAS=ON -DAMDGPU_TARGETS=gfx900 -DCMAKE_BUILD_TYPE=Release
cmake --build build900 --config Release -- -j 6
export HSA_OVERRIDE_GFX_VERSION=9.0.0
# main
https://serverfault.com/questions/1045949/how-to-disable-suspend-on-ubuntu-20-04-systemd-via-cli
#信息技术基础
#信息技术基础
Server Fault
How to disable suspend on Ubuntu 20.04 (systemd) via CLI
I have a laptop that has been installed with ubuntu 20.04 that is being used as a server. Thus I want it to never suspend.
By default it automatically suspends when the lid is closed.
As I can only
By default it automatically suspends when the lid is closed.
As I can only
https://unix.stackexchange.com/questions/760163/how-can-linux-hibernation-be-enabled-under-uefi-secure-boot-on-rhel-rockylinux
#信息技术基础
#信息技术基础
Unix & Linux Stack Exchange
How can Linux hibernation be enabled under UEFI Secure Boot on RHEL / RockyLinux / AlmaLinux?
When running under UEFI Secure Boot with a current Linux distribution, "kernel lockdown" will be instated. Multiple kernel messages along the lines of
Lockdown: swapper/0: hibernation is
Lockdown: swapper/0: hibernation is