mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 20:11:20 +00:00
cdc7c96cdf
spec2000 expects binaries to be optimised for particular cores and uses Device's core_names to figure out which cores the benchmark should run on. There is one special case, which is "generic", which is not optimised for a particular uarch. cpumask for this was resolved the same way, failing the lookup, resulting in the invalid mask 0x0. To fix this, "generic" is now handled by specifying the mask for all available CPUs.