Skip to content

Commit d51960c

Browse files
committed
opencl: remove unreachable return
1 parent 38d3af1 commit d51960c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5103,7 +5103,6 @@ static void ggml_cl_conv_2d(ggml_backend_t backend, const ggml_tensor * src0, co
51035103
shmem_size = (size_t)(BS_K * BS_CRS * sizeof(cl_half) + BS_CRS * (BS_NPQ / VEC_SIZE) * sizeof(cl_float4));
51045104
} else {
51055105
GGML_ASSERT(false && "Unsupported data type combination for conv2d");
5106-
return;
51075106
}
51085107

51095108
cl_uint idx = 0;

0 commit comments

Comments
 (0)