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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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()