Skip to content

Commit fef693d

Browse files
authored
vulkan: mark IM2COL as supporting non-contig (ggml-org#13783)
1 parent 2d38b6e commit fef693d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ggml/src/ggml-vulkan/ggml-vulkan.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6452,6 +6452,7 @@ static bool ggml_vk_op_supports_incontiguous(ggml_op op) {
64526452
case GGML_OP_ROPE:
64536453
case GGML_OP_RMS_NORM:
64546454
case GGML_OP_CONV_2D_DW:
6455+
case GGML_OP_IM2COL:
64556456
return true;
64566457
default:
64576458
return false;

0 commit comments

Comments
 (0)