Skip to content

Commit aaa4099

Browse files
JohannesGaesslerggerganov
authored andcommitted
CUDA: remove bad assert (ggml/972)
1 parent 641002f commit aaa4099

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ggml/src/ggml-cuda/im2col.cu

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ void ggml_cuda_op_im2col(ggml_backend_cuda_context & ctx, ggml_tensor * dst) {
6969
float * dst_d = (float *)dst->data;
7070
cudaStream_t stream = ctx.stream();
7171

72-
GGML_ASSERT(src0->type == GGML_TYPE_F16);
7372
GGML_ASSERT(src1->type == GGML_TYPE_F32);
7473
GGML_ASSERT( dst->type == GGML_TYPE_F16 || dst->type == GGML_TYPE_F32);
7574

0 commit comments

Comments
 (0)