Skip to content

Commit f555aa3

Browse files
committed
whitespace fixe
1 parent bc3cd91 commit f555aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5050,7 +5050,7 @@ static void ggml_cl_conv_2d(ggml_backend_t backend, const ggml_tensor * src0, co
50505050
auto splitWork = [](uint32_t work_size, uint32_t block_size) { return (block_size + work_size - 1) / block_size; };
50515051
const uint32_t NB_K = splitWork(Cout, BS_K);
50525052
const uint32_t NB_NPQ = splitWork(NPQ, BS_NPQ);
5053-
5053+
50545054
const size_t shmem_size = (size_t)(BS_K * (BS_CRS + 1) * sizeof(cl_half) + BS_CRS * (BS_NPQ / VEC_SIZE + 1) * sizeof(cl_half4));
50555055

50565056
cl_kernel kernel = backend_ctx->kernel_conv_2d;

0 commit comments

Comments
 (0)