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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user