pytorch / cpuinfo

CPU INFOrmation library (x86/x86-64/ARM/ARM64, Linux/Windows/Android/macOS/iOS)
BSD 2-Clause "Simplified" License
990 stars 310 forks source link

Added Allwinner 2013 naming scheme support for A-Series. #137

Open kolyneh opened 1 year ago

kolyneh commented 1 year ago

Allwinner updated their naming scehme since 2013: Allwinner_SoC_Family

The new scheme is sunxiwxpx, the old scheme sunxi is preserved in this PR for compatibility.

kolyneh commented 1 year ago

Thank you, the build system scripts changes in my local machine i'll fix it.