Skip to content

Commit

Permalink
Switch amd rocm from versiob 6 to 5
Browse files Browse the repository at this point in the history
MIOpen is having problems with rocm 6, so 5 is used for now
  • Loading branch information
arunoruto committed Sep 30, 2024
1 parent 0979122 commit c8a8c29
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions modules/nixos/environment/amd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@
systemd.tmpfiles.rules = let
rocmEnv = pkgs.symlinkJoin {
name = "rocm-combined";
paths = with pkgs.rocmPackages; [
paths = with pkgs.rocmPackages_5; [
clr
llvm.lld
hipcc
hipfft
hipsolver
hipblas
rocblas
Expand All @@ -51,7 +53,7 @@
rocsparse
rocsolver
rccl
# miopen
miopen
];
};
in [
Expand Down

0 comments on commit c8a8c29

Please sign in to comment.