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 0a64ea8 commit e802036Copy full SHA for e802036
tests/CMakeLists.txt
@@ -202,6 +202,7 @@ if (NOT LLAMA_SANITIZE_ADDRESS)
202
endif()
203
llama_build_and_test(test-gguf.cpp)
204
llama_build_and_test(test-backend-ops.cpp)
205
+llama_build_and_test(test-conv3d.cpp)
206
207
llama_build_and_test(test-model-load-cancel.cpp LABEL "model")
208
llama_build_and_test(test-autorelease.cpp LABEL "model")
0 commit comments