Skip to content

Upstream BLIS patches for ARM SVE? #807

Open
@jd-foster

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions