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 @@ -2742,8 +2742,6 @@ struct ggml_cplan ggml_graph_plan(
2742
2742
case GGML_OP_CONV_2D :
2743
2743
{
2744
2744
cur = GGML_IM2COL_WORK_SIZE ;
2745
- //Add enough space for kernel transpose
2746
- 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 ];
2747
2745
} break ;
2748
2746
case GGML_OP_CONV_TRANSPOSE_2D :
2749
2747
{
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