mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 16:58:16 +00:00
aarch64-linux builds fail because of the use of opcodes in QNNPACK that the GNU assembpler does not support. This change cherry-picks an upstream patch that fixes this. See: https://github.com/pytorch/pytorch/issues/33124 https://github.com/pytorch/pytorch/pull/40584