Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

frameworkBackendDeviceSingleHalfQuant.Results
Workload (TF CPU)AccuracyScoreWorkload (ONNX CPU)AccuracyScoreWorkload (OpenVINO CPU)AccuracyScoreWorkload (OpenVINO GPU)Accuracy
TensorFlow LiteCPUIntel Core Ultra 9 285H224322701728https://browser.geekbench.com/ai/v1/458629 
ONNXCPUIntel Core Ultra 9 285H17727877913https://browser.geekbench.com/ai/v1/458630 
OpenVINOCPUIntel Core Ultra 9 285H4074293611023https://browser.geekbench.com/ai/v1/458635 
OpenVINOGPUIntel(R) Arc(TM) Graphics (iGPU)103742638734460https://browser.geekbench.com/ai/v1/458641 
Score


Code Block
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

...


Code Block
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  |
+-----------------+----+---------+----+----------------------------------+----+

...