SVE kernels not included in DYNAMIC_ARCH=1?
#4325
|
The
It'd look like SVE kernels (for example for A64FX) are not included when using dynamic detection, I was wondering if this is accurate or outdated information in the README? Thanks! |
Answered by
martin-frbg
Nov 17, 2023
Replies: 1 comment
|
That's a bit outdated - with 0.3.24 (and I think 0.3.23 already, would need to check) DYNAMIC_ARCH would include the Neoverse V1 and N2 targets (if there is compiler/header support for sve on the build system). With 0.3.25 it includes the ARMV8SVE catch-all for everything SVE-capable that is not Neoverse. |
0 replies
Answer selected by
giordano
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's a bit outdated - with 0.3.24 (and I think 0.3.23 already, would need to check) DYNAMIC_ARCH would include the Neoverse V1 and N2 targets (if there is compiler/header support for sve on the build system). With 0.3.25 it includes the ARMV8SVE catch-all for everything SVE-capable that is not Neoverse.