vulkan: mark IM2COL as supporting non-contig (#13783)

This commit is contained in:
Jeff Bolz
2025-05-25 23:02:07 -05:00
committed by GitHub
parent 2d38b6e400
commit fef693dc6b

View File

@ -6452,6 +6452,7 @@ static bool ggml_vk_op_supports_incontiguous(ggml_op op) {
case GGML_OP_ROPE:
case GGML_OP_RMS_NORM:
case GGML_OP_CONV_2D_DW:
case GGML_OP_IM2COL:
return true;
default:
return false;