Updated system (& temp remove stuff that doesn't build)

This commit is contained in:
Emmet
2025-01-25 21:10:05 -06:00
parent 2b5c68a6c6
commit 6aafa4a6af
5 changed files with 61 additions and 57 deletions

View File

@@ -19,7 +19,8 @@
hardware.opengl.extraPackages = [ pkgs.rocmPackages.clr.icd ];
hardware.opengl.extraPackages32 = [ ];
environment.systemPackages = with pkgs.rocmPackages; [ hipcc hip-common hiprand hipblas hipfft hipcub hipify ];
#environment.systemPackages = with pkgs.rocmPackages; [ hipcc hip-common hiprand hipblas hipfft hipcub hipify ];
environment.systemPackages = with pkgs.rocmPackages; [ hipcc hip-common hiprand hipfft hipcub hipify ];
services.xserver.videoDrivers = lib.mkDefault [ "modesetting" ];
@@ -42,8 +43,8 @@
rocmEnv = pkgs.symlinkJoin {
name = "rocm-combined";
paths = with pkgs.rocmPackages; [
rocblas
hipblas
#rocblas
#hipblas
clr
];
};