feat: gpu configuration for davinci

This commit is contained in:
Guz
2025-06-06 10:43:39 -03:00
parent 8bb64674ad
commit 1e28a2afce

View File

@@ -16,6 +16,12 @@
hardware.graphics.extraPackages = with pkgs; [
# OpenCL
rocmPackages.clr.icd
clinfo
rocmPackages.rocm-runtime
rocmPackages.rocminfo
amdvlk
];
systemd.tmpfiles.rules = [
"L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}"
];
}