fix(halo): remove rocm patches
This commit is contained in:
parent
14670bb0fa
commit
4722d5ef88
1 changed files with 0 additions and 25 deletions
|
|
@ -11,31 +11,6 @@ with lib.metacfg;
|
||||||
./xremap.nix
|
./xremap.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.overlays = [
|
|
||||||
(final: prev: {
|
|
||||||
rocmPackages = prev.rocmPackages.overrideScope (rfinal: rprev: {
|
|
||||||
rocm-runtime = rprev.rocm-runtime.overrideAttrs (prevAttrs: {
|
|
||||||
patches = (prevAttrs.patches or [ ]) ++ [
|
|
||||||
(final.fetchpatch {
|
|
||||||
# [PATCH] hsakmt: bump vgpr count for gfx1151 (#1807) (#1986)
|
|
||||||
name = "rocr-runtime-gfx1151-vgpr.patch";
|
|
||||||
url = "https://github.com/ROCm/rocm-systems/commit/09ba45b3f43ec333a84a0ca178fcd1e3ea9400a9.patch";
|
|
||||||
relative = "projects/rocr-runtime";
|
|
||||||
includes = [ "libhsakmt/src/libhsakmt.h" ];
|
|
||||||
hash = "sha256-/V5i+sr88n7fK4yNjR/FpY0ZpiEG5xAD6Oq+9ZOikd4=";
|
|
||||||
})
|
|
||||||
(final.fetchpatch {
|
|
||||||
# [PATCH] hsakmt: Expose and use CWSR and Control stack sizes (#2200)
|
|
||||||
name = "rocr-runtime-kernel-stack-size.patch";
|
|
||||||
url = "https://github.com/ROCm/rocm-systems/commit/7037a71f311c021974fafd13727dfefd8a1cc79d.patch";
|
|
||||||
relative = "projects/rocr-runtime";
|
|
||||||
hash = "sha256-EbDxuEvNu0fyQJZmqq0fbcCdNtaEWUbmyPLvcfqDPjc=";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
});
|
|
||||||
});
|
|
||||||
})
|
|
||||||
];
|
|
||||||
boot.lanzaboote.pkiBundle = "/var/lib/sbctl";
|
boot.lanzaboote.pkiBundle = "/var/lib/sbctl";
|
||||||
boot.kernelPackages = lib.mkOverride 0 pkgs.linuxPackages_latest;
|
boot.kernelPackages = lib.mkOverride 0 pkgs.linuxPackages_latest;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue