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 @@ -2758,8 +2758,6 @@ struct ggml_cplan ggml_graph_plan(
2758
2758
case GGML_OP_CONV_2D :
2759
2759
{
2760
2760
cur = GGML_IM2COL_WORK_SIZE ;
2761
- //Add enough space for kernel transpose
2762
- 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 ];
2763
2761
} break ;
2764
2762
case GGML_OP_CONV_TRANSPOSE_2D :
2765
2763
{
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