Skip to content

Commit 6d14576

Browse files
committed
Try native instead of ARMV70
Signed-off-by: laraPPr <[email protected]>
1 parent a119733 commit 6d14576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eb_hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@ def pre_configure_hook_LAMMPS_zen4_and_aarch64_cuda(self, *args, **kwargs):
10311031
self.cfg['kokkos_arch'] = 'ARMV81'
10321032
# To disable simd kokkos_arch need to be set to ARMV7
10331033
if self.cuda:
1034-
self.cfg['kokkos_arch'] = 'ARMV7'
1034+
self.cfg['kokkos_arch'] = 'NATIVE'
10351035

10361036
# Disable SIMD for specific CUDA versions
10371037
if self.version == '2Aug2023_update2':

0 commit comments

Comments
 (0)