Logo
Explore Help
Register Sign In
EngineX-Ascend/enginex-ascend-910-llama.cpp
10
0
Fork 0
You've already forked enginex-ascend-910-llama.cpp
Code Issues Pull Requests Actions 4 Projects Releases Wiki Activity
Files
0e8d8bfd6caf1d0a8cbdf9d3d5c06fbbb9dfced8
enginex-ascend-910-llama.cpp/examples/benchmark/CMakeLists.txt

7 lines
302 B
CMake
Raw Normal View History

Various fixes to mat_mul benchmark (#1253)
2023-04-30 12:32:37 +00:00
set(TARGET benchmark)
add_executable(${TARGET} benchmark-matmult.cpp)
cmake : install targets (#2256) fix #2252
2023-07-19 15:01:11 +08:00
install(TARGETS ${TARGET} RUNTIME)
build : link against build info instead of compiling against it (#3879) * cmake : fix build when .git does not exist * cmake : simplify BUILD_INFO target * cmake : add missing dependencies on BUILD_INFO * build : link against build info instead of compiling against it * zig : make build info a .cpp source instead of a header Co-authored-by: Matheus C. França <matheus-catarino@hotmail.com> * cmake : revert change to CMP0115 --------- Co-authored-by: Matheus C. França <matheus-catarino@hotmail.com>
2023-11-02 02:50:16 -04:00
target_link_libraries(${TARGET} PRIVATE llama build_info ${CMAKE_THREAD_LIBS_INIT})
examples : add compiler version and target to build info (#2998)
2023-09-15 16:59:49 -04:00
target_include_directories(${TARGET} PRIVATE ../../common)
Various fixes to mat_mul benchmark (#1253)
2023-04-30 12:32:37 +00:00
target_compile_features(${TARGET} PRIVATE cxx_std_11)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 204ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API