Skip to content

Commit ae9d5eb

Browse files
committed
opencl: remove unnecessary assert
1 parent fea8350 commit ae9d5eb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ggml/src/ggml-opencl/ggml-opencl.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13268,7 +13268,6 @@ static void ggml_cl_mul_mat_id(ggml_backend_t backend, const ggml_tensor * src0,
1326813268
// Use pre-allocated placeholder
1326913269
region.origin = 0;
1327013270
region.size = ne00 * max_post_router_tile * n_tile_size * sizeof(float);
13271-
GGML_ASSERT((region.size <= 145088768) && "[Runtime error] MXFP4 MoE ILA src1 allocation exceeds placeholder\n");
1327213271
backend_ctx->prealloc_act_trans.allocate(backend_ctx->context, region.size);
1327313272
buf_src1_reordered = clCreateSubBuffer(
1327413273
backend_ctx->prealloc_act_trans.buffer,

0 commit comments

Comments
 (0)