Skip to content

Commit fa76fc6

Browse files
committed
use 8 cores for PyTorch on A64FX
1 parent cc9e9e8 commit fa76fc6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

eb_hooks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2023,6 +2023,7 @@ def set_maximum(parallel, max_value):
20232023
},
20242024
'PyTorch': {
20252025
CPU_TARGET_AARCH64_GENERIC: (divide_by_factor, 2),
2026+
CPU_TARGET_A64FX: (set_maximum, 8),
20262027
CPU_TARGET_NEOVERSE_N1: (divide_by_factor, 2),
20272028
CPU_TARGET_NEOVERSE_V1: (divide_by_factor, 2),
20282029
},

0 commit comments

Comments
 (0)