We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b9657a commit a556782Copy full SHA for a556782
1 file changed
eb_hooks.py
@@ -2021,6 +2021,11 @@ def set_maximum(parallel, max_value):
2021
'*': (divide_by_factor, 2),
2022
CPU_TARGET_A64FX: (set_maximum, 1),
2023
},
2024
+ 'PyTorch': {
2025
+ CPU_TARGET_AARCH64_GENERIC: (divide_by_factor, 2),
2026
+ CPU_TARGET_NEOVERSE_N1: (divide_by_factor, 2),
2027
+ CPU_TARGET_NEOVERSE_V1: (divide_by_factor, 2),
2028
+ },
2029
'QuantumESPRESSO': {
2030
CPU_TARGET_A64FX: (set_maximum, 6),
2031
0 commit comments