Skip to content

Commit 73dffd7

Browse files
authored
nix-builder: update ROCm 7.2.1 hashes (#451)
* nix-builder: update ROCm 7.2.1 hashes These changed a few days ago. Normally I'd be worried that it could be a supply chain attack, but the repomd data is validly signed with the GPG key of the ROCm team. * nix-builder: more aggressive caching of ROCm packages
1 parent 0f789aa commit 73dffd7

2 files changed

Lines changed: 946 additions & 249 deletions

File tree

nix-builder/lib/extension/default.nix

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,18 @@ in
5656
oneapi-torch-dev
5757
onednn-xpu
5858
]
59-
++ lib.optionals rocmSupport [ clr ];
59+
++ lib.optionals rocmSupport (
60+
[
61+
clr
62+
]
63+
++ (with rocmPackages; [
64+
hipcub-devel
65+
hipsparselt
66+
rocprim-devel
67+
rocthrust-devel
68+
rocwmma-devel
69+
])
70+
);
6071

6172
mkTvmFfiExtension = callPackage ./tvm-ffi/arch.nix {
6273
inherit

0 commit comments

Comments
 (0)