Ubuntu 26.04 Linux beta
With 2x48GB 5600MT/s CL46 DDR5 RAM
| framework | Backend | Device | Single | Half | Quant. | Results |
|---|---|---|---|---|---|---|
| TensorFlow Lite | CPU | Intel Core Ultra 9 285H | 2243 | 2270 | 1728 | https://browser.geekbench.com/ai/v1/458629 |
| ONNX | CPU | Intel Core Ultra 9 285H | 1772 | 787 | 7913 | https://browser.geekbench.com/ai/v1/458630 |
| OpenVINO | CPU | Intel Core Ultra 9 285H | 4074 | 2936 | 11023 | https://browser.geekbench.com/ai/v1/458635 |
| OpenVINO | GPU | Intel(R) Arc(TM) Graphics (iGPU) | 10374 | 26387 | 34460 | https://browser.geekbench.com/ai/v1/458641 |
wget https://cdn.geekbench.com/GeekbenchAI-1.5.0-Linux.tar.gz tar xvf GeekbenchAI-1.7.0-Linux.tar.gz cd GeekbenchAI-1.7.0-Linux/ ./banff
root@server7:~/GeekbenchAI-1.7.0-Linux# ./banff --ai-list Geekbench AI 1.7.0 : https://www.geekbench.com/ai/ Geekbench AI requires an active internet connection and automatically uploads benchmark results to the Geekbench Browser. +-----------------+----+---------+----+----------------------------------+----+ | Framework | ID | Backend | ID | Device | ID | +-----------------+----+---------+----+----------------------------------+----+ | TensorFlow Lite | 1 | CPU | 1 | Intel Core Ultra 9 285H | 0 | +-----------------+----+---------+----+----------------------------------+----+ | ONNX | 3 | CPU | 1 | Intel Core Ultra 9 285H | 0 | +-----------------+----+---------+----+----------------------------------+----+ | OpenVINO | 4 | CPU | 1 | Intel(R) Core(TM) Ultra 9 285H | 0 | +-----------------+----+---------+----+----------------------------------+----+ | OpenVINO | 4 | GPU | 2 | Intel(R) Arc(TM) Graphics (iGPU) | 1 | +-----------------+----+---------+----+----------------------------------+----+
execution
./banff --ai-list ./banff --ai-framework 1 --ai-backend 1 --ai-device 0 ./banff --ai-framework 3 --ai-backend 1 --ai-device 0 ./banff --ai-framework 4 --ai-backend 1 --ai-device 0 ./banff --ai-framework 4 --ai-backend 2 --ai-device 1
compare to Morefine S800 GeekbenchAI 1.3.0
Windows 11
| Framework | backend | Single Precision | Half Precision | Quantized |
|---|---|---|---|---|
| ONNX | CPU | 4867 | 1855 | 8775 |
| ONNX | DirectML (GPU) | 8066 | 12102 | 5314 |
| OpenVINO | CPU | 5276 | 5498 | 12615 |
| OpenVINO | GPU | 10632 | 26050 | 32788 |
| OpenVINO | NPU | 5165 | 9908 | 15226 |