pytorch / cpuinfo

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

Add initial Fuchsia support #239

Open mbrase opened 5 months ago

mbrase commented 5 months ago

Adds init functions for running on the Fuchsia operating system. Most of the values are hardcoded right now, but it uses the the zx_system_get_num_cpus() function from the Zircon kernel to populate the number of CPUs.