We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f67c1 commit 417cfc3Copy full SHA for 417cfc3
tests/CMakeLists.txt
@@ -198,6 +198,7 @@ if (NOT LLAMA_SANITIZE_ADDRESS)
198
endif()
199
llama_build_and_test(test-gguf.cpp)
200
llama_build_and_test(test-backend-ops.cpp)
201
+llama_build_and_test(test-conv2d.cpp)
202
203
llama_build_and_test(test-model-load-cancel.cpp LABEL "model")
204
llama_build_and_test(test-autorelease.cpp LABEL "model")
0 commit comments