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:
parent
bf16f0bf74
commit
9642b04513
@ -183,7 +183,7 @@ class Gromacs(CMakePackage, CudaPackage):
|
|||||||
"sve",
|
"sve",
|
||||||
default=True,
|
default=True,
|
||||||
description="Enable SVE on aarch64 if available",
|
description="Enable SVE on aarch64 if available",
|
||||||
when="target=neoverse_v1:,neoverse_v2:",
|
when="target=neoverse_v1:,neoverse_v2:,neoverse_n2:",
|
||||||
)
|
)
|
||||||
variant(
|
variant(
|
||||||
"sve", default=True, description="Enable SVE on aarch64 if available", when="target=a64fx"
|
"sve", default=True, description="Enable SVE on aarch64 if available", when="target=a64fx"
|
||||||
|
Loading…
Reference in New Issue
Block a user