Skip to content

Commit

Permalink
remove unneeeded include for lwtnn and ONNX benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoneta committed Apr 3, 2022
1 parent 93663e3 commit 8f79b34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions root/tmva/sofie/RDF_ONNXRuntime_Inference.cxx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "higgs_model_dense.hxx"
#include <iostream>
#include "TROOT.h"
#include "TSystem.h"
Expand Down Expand Up @@ -168,4 +167,4 @@ void BM_RDF_ONNX_Inference(benchmark::State &state)

BENCHMARK(BM_RDF_ONNX_Inference)->Unit(benchmark::kMillisecond);

BENCHMARK_MAIN();
BENCHMARK_MAIN();
3 changes: 1 addition & 2 deletions root/tmva/sofie/RDF_lwtnn_Inference.cxx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "higgs_model_dense.hxx"
#include <iostream>
#include "TROOT.h"
#include "TSystem.h"
Expand Down Expand Up @@ -108,4 +107,4 @@ void BM_RDF_LWTNN_Inference(benchmark::State &state)


BENCHMARK(BM_RDF_LWTNN_Inference)->Unit(benchmark::kMillisecond);
BENCHMARK_MAIN();
BENCHMARK_MAIN();

0 comments on commit 8f79b34

Please sign in to comment.