Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.

Commit 9532ae8

Browse files
authored
ROCm: add rocwmma-devel (#236)
1 parent d1ee9bf commit 9532ae8

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

lib/torch-extension/default.nix

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,13 @@ stdenv.mkDerivation (prevAttrs: {
130130
libcusparse
131131
]
132132
)
133-
++ lib.optionals rocmSupport (with rocmPackages; [ hipsparselt ])
133+
++ lib.optionals rocmSupport (
134+
with rocmPackages;
135+
[
136+
hipsparselt
137+
rocwmma-devel
138+
]
139+
)
134140
++ lib.optionals xpuSupport ([
135141
oneapi-torch-dev
136142
onednn-xpu

0 commit comments

Comments
 (0)