Various fixes to mat_mul benchmark (#1253)

This commit is contained in:
Stephan Walter
2023-04-30 12:32:37 +00:00
committed by GitHub
parent 3e5aa8a1c4
commit f0d70f147d
5 changed files with 20 additions and 25 deletions

View File

@@ -35,4 +35,5 @@ else()
add_subdirectory(perplexity)
add_subdirectory(embedding)
add_subdirectory(save-load-state)
add_subdirectory(benchmark)
endif()