Skip to content

Commit 3afb657

Browse files
committed
remove file
1 parent 018ab37 commit 3afb657

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

ggml/src/ggml-cpu/ggml-cpu.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2736,8 +2736,6 @@ struct ggml_cplan ggml_graph_plan(
27362736
case GGML_OP_CONV_2D:
27372737
{
27382738
cur = GGML_IM2COL_WORK_SIZE;
2739-
//Add enough space for kernel transpose
2740-
cur += sizeof(ggml_fp16_t)*node->src[1]->ne[0]*node->src[1]->ne[1]*node->src[1]->ne[2]*node->src[1]->ne[3];
27412739
} break;
27422740
case GGML_OP_CONV_TRANSPOSE_2D:
27432741
{

tests/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ endif()
195195
# llama_build_and_test(test-opt.cpp) # SLOW
196196
llama_build_and_test(test-gguf.cpp)
197197
llama_build_and_test(test-backend-ops.cpp)
198-
llama_build_and_test(test_conv2d_comparison.cpp)
199198

200199
llama_build_and_test(test-model-load-cancel.cpp LABEL "model")
201200
llama_build_and_test(test-autorelease.cpp LABEL "model")

0 commit comments

Comments
 (0)