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

Commit 5dad575

Browse files
authored
hotfix: add onednn-xpu to the build inputs (#226)
1 parent 7fc1507 commit 5dad575

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/torch-extension/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ stdenv.mkDerivation (prevAttrs: {
132132
++ lib.optionals rocmSupport (with rocmPackages; [ hipsparselt ])
133133
++ lib.optionals xpuSupport ([
134134
oneapi-torch-dev
135+
xpuPackages.onednn-xpu
135136
])
136137
++ lib.optionals stdenv.hostPlatform.isDarwin [
137138
apple-sdk_15

0 commit comments

Comments
 (0)