Skip to content

Commit

Permalink
fix backend benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGrulich committed Sep 30, 2024
1 parent 8f55da9 commit cc7e9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nautilus/test/benchmark/TracingBenchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ TEST_CASE("Backend Compilation Benchmark") {
std::shared_ptr<tracing::ExecutionTrace> trace = tracing::TraceContext::trace(func);
auto ssaCreationPhase = tracing::SSACreationPhase();
trace = ssaCreationPhase.apply(trace);
auto backendBackend = registry.getBackend("mlir");
auto backendBackend = registry.getBackend(backend);
auto irConversionPhase = tracing::TraceToIRConversionPhase();
auto ir = irConversionPhase.apply(trace);
auto op = engine::Options();
Expand Down

0 comments on commit cc7e9e7

Please sign in to comment.