[Hardware/AMD/ROCm] no longer link /opt/rocm/hip to rocm-hip-runtime, as the package was removed

This commit is contained in:
Antoine Viallon 2025-11-11 14:38:29 +01:00
parent 098d3c835e
commit 92055feb99
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -82,10 +82,10 @@ in {
] ]
; ;
systemd.tmpfiles.rules = [ #systemd.tmpfiles.rules = [
"L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.meta.rocm-hip-runtime}" # "L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.meta.rocm-hip-runtime}"
#"L+ /tmp/hsa-version - - - - ${pkgs.autoDetectGPU}" #"L+ /tmp/hsa-version - - - - ${pkgs.autoDetectGPU}"
]; #];
environment.variables = { environment.variables = {
ROC_ENABLE_PRE_VEGA = "1"; # Enable OpenCL with Polaris GPUs ROC_ENABLE_PRE_VEGA = "1"; # Enable OpenCL with Polaris GPUs