Skip to content

Commit

Permalink
[benchmark] enable constexpr predict benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoisCarouge committed Jul 8, 2023
1 parent d1e1685 commit c24aa29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ foreach(BENCHMARK "baseline.cpp" "predict_1x1x0.cpp" "predict_1x1x1.cpp"
"--benchmark_out=${NAME}.json")
endforeach()

foreach(BACKEND IN ITEMS "eigen")
foreach(BACKEND IN ITEMS "eigen" "naive")
foreach(STATE_SIZE RANGE 1 2)
foreach(INPUT_SIZE RANGE 1 2)
configure_file(predict_linalg_x1x.cpp
Expand Down

0 comments on commit c24aa29

Please sign in to comment.