initial release
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#
|
||||
# perf-metal
|
||||
|
||||
set(TEST_TARGET perf-metal)
|
||||
add_executable(${TEST_TARGET} perf-metal.cpp)
|
||||
target_link_libraries(${TEST_TARGET} PRIVATE ggml)
|
||||
|
||||
Reference in New Issue
Block a user