Skip to content

Commit 417cfc3

Browse files
committed
added a test case to directly compare im2col and implicit gemm
1 parent c1f67c1 commit 417cfc3

File tree

2 files changed

+414
-0
lines changed

2 files changed

+414
-0
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ if (NOT LLAMA_SANITIZE_ADDRESS)
198198
endif()
199199
llama_build_and_test(test-gguf.cpp)
200200
llama_build_and_test(test-backend-ops.cpp)
201+
llama_build_and_test(test-conv2d.cpp)
201202

202203
llama_build_and_test(test-model-load-cancel.cpp LABEL "model")
203204
llama_build_and_test(test-autorelease.cpp LABEL "model")

0 commit comments

Comments
 (0)