Skip to content

Commit 721e21f

Browse files
committed
doc: code gen GEMM task
1 parent 14df8b1 commit 721e21f

File tree

5 files changed

+21563
-20481
lines changed

5 files changed

+21563
-20481
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ add_executable(tests "${SOURCE_FILEPATHS}" "${TEST_FILEPATHS}")
199199
target_link_libraries(tests PRIVATE Catch2::Catch2WithMain)
200200

201201
add_executable(benchmarks "${SOURCE_FILEPATHS}" "${BENCH_FILEPATHS}")
202+
target_compile_definitions(benchmarks PUBLIC SAVE_JITS_TO_FILE=0)
202203
target_link_libraries(benchmarks benchmark::benchmark_main)
203204

204205
# ==============================================================

0 commit comments

Comments
 (0)