mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Hardware/AMD/ROCm] no longer link /opt/rocm/hip to rocm-hip-runtime, as the package was removed
This commit is contained in:
parent
098d3c835e
commit
92055feb99
1 changed files with 3 additions and 3 deletions
|
|
@ -82,10 +82,10 @@ in {
|
|||
]
|
||||
;
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
"L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.meta.rocm-hip-runtime}"
|
||||
#systemd.tmpfiles.rules = [
|
||||
# "L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.meta.rocm-hip-runtime}"
|
||||
#"L+ /tmp/hsa-version - - - - ${pkgs.autoDetectGPU}"
|
||||
];
|
||||
#];
|
||||
|
||||
environment.variables = {
|
||||
ROC_ENABLE_PRE_VEGA = "1"; # Enable OpenCL with Polaris GPUs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue