gromacs: add sve variant on aarch64#35614
Conversation
Head branch was pushed to by a user without write access
My concern is that forcing SVE on SVE enabled machines might not always be the best option. Having this as a variant gives users this flexibility to test between NEON and SVE. The variant is anyway enabled only on V1 and A64FX and it should not show up with |
|
(I have no experience with ARM NEON or SVE) There are more specific targets, that could be used, e.g.: Since we currently don't let the user decide which SIMD to use on non-ARM it might be best to keep that pattern. Would it be possible to use the specific architecture (e.g. |
|
As I mentioned not adding it as a variant means that on SVE enabled targets, which are |
|
In general, the same could be argued for some x64 processors, where sometimes the highest SIMD instruction set is not optimal. But probably this is a larger issue on ARM, justifying an own variant. So in the end, I'm ok with merging. |
|
@spackbot run pipeline |
|
I've started that pipeline for you! |
|
@alalazo Could you please take a look at this one too ? I think this is ready to go in. Thank you. |
No description provided.