File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -2736,8 +2736,6 @@ struct ggml_cplan ggml_graph_plan(
2736
2736
case GGML_OP_CONV_2D :
2737
2737
{
2738
2738
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 ];
2741
2739
} break ;
2742
2740
case GGML_OP_CONV_TRANSPOSE_2D :
2743
2741
{
Original file line number Diff line number Diff line change @@ -195,7 +195,6 @@ endif()
195
195
# llama_build_and_test(test-opt.cpp) # SLOW
196
196
llama_build_and_test (test -gguf.cpp )
197
197
llama_build_and_test (test -backend-ops.cpp )
198
- llama_build_and_test (test_conv2d_comparison.cpp )
199
198
200
199
llama_build_and_test (test -model-load-cancel.cpp LABEL "model" )
201
200
llama_build_and_test (test -autorelease.cpp LABEL "model" )
You can’t perform that action at this time.
0 commit comments