1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-22 00:55:56 +02:00

gnu: xnnpack: Remove redundant input.

* gnu/packages/machine-learning.scm (xnnpack)[native-inputs]: Remove
redundant gcc-14.

Change-Id: I425c380396543a52ba3f46c4a2e19807b28bee8b
This commit is contained in:
Efraim Flashner
2026-03-24 10:29:56 +02:00
parent 9d9e60f925
commit f2b9615036
+1 -5
View File
@@ -4514,11 +4514,7 @@ on quantized 8-bit tensors.")
fp16
psimd))
(native-inputs
(append (if (target-riscv64?)
;; Required by "#include <riscv_vector.h>"
(list gcc-14)
(list))
(list python-pyyaml python-wrapper)))
(list python-pyyaml python-wrapper))
(synopsis "Optimized floating-point neural network inference operators")
(description
"XNNPACK is a highly optimized library of floating-point neural network