mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Hardware/AMD/ROCm] overlay rocm 6 on rocm 5
This commit is contained in:
parent
124f0a34c7
commit
8f5ac9487e
1 changed files with 2 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ in {
|
|||
[
|
||||
rocmPackages.rocm-smi
|
||||
#rocmPackages.meta.rocm-ml-libraries
|
||||
rocmPackages.meta.rocm-hip-runtime
|
||||
#rocmPackages.meta.rocm-hip-runtime
|
||||
|
||||
#pkgs.autoDetectGPU
|
||||
] ++ optionals devCfg.enable [
|
||||
|
|
@ -106,6 +106,7 @@ in {
|
|||
nixpkgs.config.rocmSupport = true;
|
||||
|
||||
nixpkgs.overlays = mkBefore [(final: prev: {
|
||||
rocmPackages_5 = final.rocmPackages;
|
||||
rocmPackages = prev.rocmPackages // {
|
||||
clr = prev.rocmPackages.clr.overrideAttrs (oldAttrs: {
|
||||
passthru = oldAttrs.passthru // {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue