Add SVE as a variant for Neoverse N2. Default to true, but should be (#47567)

benchmarked to test if that is a correct decision.
This commit is contained in:
dslarm 2024-11-13 05:09:05 +00:00 committed by GitHub
parent bf16f0bf74
commit 9642b04513
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -183,7 +183,7 @@ class Gromacs(CMakePackage, CudaPackage):
"sve",
default=True,
description="Enable SVE on aarch64 if available",
when="target=neoverse_v1:,neoverse_v2:",
when="target=neoverse_v1:,neoverse_v2:,neoverse_n2:",
)
variant(
"sve", default=True, description="Enable SVE on aarch64 if available", when="target=a64fx"