Skip to content

Commit e802036

Browse files
committed
conv3d WIP: added a test case
1 parent 0a64ea8 commit e802036

File tree

2 files changed

+430
-0
lines changed

2 files changed

+430
-0
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ if (NOT LLAMA_SANITIZE_ADDRESS)
202202
endif()
203203
llama_build_and_test(test-gguf.cpp)
204204
llama_build_and_test(test-backend-ops.cpp)
205+
llama_build_and_test(test-conv3d.cpp)
205206

206207
llama_build_and_test(test-model-load-cancel.cpp LABEL "model")
207208
llama_build_and_test(test-autorelease.cpp LABEL "model")

0 commit comments

Comments
 (0)