Skip to content

Commit e53192b

Browse files
authored
remove contiguous assertion for src0 in IM2COL
1 parent 74f52f7 commit e53192b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ggml/src/ggml-metal/ggml-metal.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4731,7 +4731,6 @@ static int ggml_metal_encode_node(
47314731
} break;
47324732
case GGML_OP_IM2COL:
47334733
{
4734-
GGML_ASSERT(ggml_is_contiguous(src0));
47354734
GGML_ASSERT(ggml_is_contiguous(src1));
47364735
GGML_ASSERT(src1->type == GGML_TYPE_F32);
47374736
GGML_ASSERT( dst->type == GGML_TYPE_F16 || dst->type == GGML_TYPE_F32);

0 commit comments

Comments
 (0)