root-project / rootbench

Collection of benchmarks and performance monitoring applications
GNU Lesser General Public License v2.1
20 stars 41 forks source link

[TMVA][SOFIE] Benchmark of models with ONNXRuntime #236

Closed fsossai closed 2 years ago

fsossai commented 3 years ago

Benchmarks of models with ONNX Runtime and SOFIE

SOFIE is designed for fast inference, that's why having a reference benchmark with the state-of-the-art ONNX processing framework (ONNX Runtime) comes in handy for asserting the performance of the models emitted by SOFIE.

Integrating ONNX Runtime

The official repository still doesn't provide a CMake script for automatically finding ORT in the system, that's why I wrote a basic package finder.

Notes

lmoneta commented 2 years ago

This PR is replaced by #239. The initial commits are moved to the new PR.