root-project / rootbench

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

Add benchmark tests for TMVA Sofie #239

Open lmoneta opened 2 years ago

lmoneta commented 2 years ago

Ann new tests for TMVA SOFIE including tests using ONNXRuntime and LWTNN

Add corresponding Find.. cmake modules to find the needed package Make also use of FindBLAS to find teh correct BLAS version. Need to use -DBLA_VENDOR to configure to the right BLAS type installed in the system. For example -DBLA_VENDOR= -DBLA_VENDOR=Intel10_64lp_seq to use the sequential MKL library that is used in the benchmark presented at ACAT

This PR is built on top of #236 tnaks to Federico Sossai