-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New RPi benchmarks #3485
Comments
@Qengineering For nvidia jetson issue, I found that you run |
Thanks for the tip, didn't know. After a fresh download and compilation, the results with the governor set to performance. NVIDIA Jetson Nano
|
@Qengineering congratulations so what about |
Benchmark with only the CPU running. Although set NVIDIA Jetson Nano (CPU only)
|
ah, sorry, cooling_down -1 is a mistake, it shall be 1. |
As requested, the benchmarks
Raspberry Pi 4 Model B Broadcom BCM2711B0, Cortex-A72 (ARMv8) (1.5GHz x 4)
init3
orsystemctl isolate multi-user.target
didn't work for me.With
sudo raspi-config
the single user interface can be selected.Raspberry Pi Zero 2 W Broadcom BCM2710A1, Cortex-A53 (ARMv8) (1.0GHz x 4)
High hopes, implementing DNN's in a $15 RPi!
init3
orsystemctl isolate multi-user.target
didn't work ->raspi-config again
Banana Pi M2 Zero 2 AllWinner H2+, Cortex-A7 (ARMv7-A) (1.2GHz x 4)
Counterpart of the RPiZ2. Home made Armbian 32-OS
NVIDIA Jetson Nano
Impressive fast! init 3 works this time.
However, I had to disable
g_blob_vkallocator
andg_staging_vkallocator
in benchncnn.cpp to prevent crashes!I usually enable only
opt.use_vulkan_compute = true
on my Nano, hence I didn't notice the bug before.Raspberry Pi 3 Model B+ Broadcom BCM2837B0, Cortex-A53 (ARMv8) 64-OS (1.4GHz x 4)
Just for fun, the 64-bit OS on the RPi3B+. As seen before, just a bit slower.
Raspberry Pi 4 Model B Broadcom BCM2711B0, Cortex-A72 (ARMv8) (1.5GHz x 4)
Raspberry Pi Zero 2 W Broadcom BCM2710A1, Cortex-A53 (ARMv8) (1.0GHz x 4)
Banana Pi M2 Zero 2 AllWinner H2+, Cortex-A7 (ARMv7-A) (1.2GHz x 4)
NVIDIA Jetson Nano
Raspberry Pi 3 Model B+ 64-OS Broadcom BCM2837B0, Cortex-A53 (ARMv8) (1.4GHz x 4)
The text was updated successfully, but these errors were encountered: