Open
Description
We have a multi-platform, cross-compiling build system for binaries in the Julia ecosystem ( BinaryBuilder.jl ), with the Yggdrasil repo hosting the recipes.
While the latest recipe for the shiny BLIS v1.0 is here: JuliaPackaging/Yggdrasil#8626 ,
the original recipe was kindly written by BLIS contributor @xrq-phys who wrote patches for optimisations on ARM SVE architectures. The patches essentially reduce to
-#if !defined(BLIS_FAMILY_A64FX)
+#if 1
in a number of locations (see https://github.com/JuliaPackaging/Yggdrasil/pull/8626/files for the full picture).
So our question is: do we need to keep carrying these patches, or can these be upstreamed to BLIS in any form?
Thanks for any clarification or suggestions here.
Metadata
Assignees
Labels
No labels