2023-04-25 13:16:50 +02:00
|
|
|
config BR2_PACKAGE_CPUINFO_ARCH_SUPPORTS
|
|
|
|
bool
|
|
|
|
default y if BR2_aarch64
|
|
|
|
default y if BR2_arm
|
|
|
|
default y if BR2_i386
|
|
|
|
default y if BR2_x86_64
|
|
|
|
|
2022-12-07 20:16:34 +01:00
|
|
|
config BR2_PACKAGE_CPUINFO
|
|
|
|
bool "cpuinfo"
|
2023-04-25 13:16:50 +02:00
|
|
|
depends on BR2_PACKAGE_CPUINFO_ARCH_SUPPORTS
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2022-12-07 20:16:34 +01:00
|
|
|
help
|
2023-04-25 13:16:50 +02:00
|
|
|
CPU INFOrmation library, cpuinfo is a library to detect
|
|
|
|
essential for performance optimization information about
|
|
|
|
host CPU.
|
2022-12-07 20:16:34 +01:00
|
|
|
|
|
|
|
https://github.com/pytorch/cpuinfo
|