We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Current source code supports some pre-defined chips by hardcoded definitions:
https://github.com/pytorch/cpuinfo/blob/main/src/arm/windows/init.c
Currently information is stored in:
woa_chip_info woa_chips[woa_chip_name_last]
It would be better to add capability to detect new chips without breaking existing implementation.
Otherwise, this will generate "Unknown CPU" warning/error message for the all undefined ARM64 chips.
Example error/warning messages:
Error in cpuinfo: Unknown chip model name 'Snapdragon(R) CPU'.