diff --git a/ggml/src/ggml-opencl/kernels/ggml-opencl_mm.cl b/ggml/src/ggml-opencl/kernels/ggml-opencl_mm.cl index e19e9a2f43629..4d04ff895dcfc 100644 --- a/ggml/src/ggml-opencl/kernels/ggml-opencl_mm.cl +++ b/ggml/src/ggml-opencl/kernels/ggml-opencl_mm.cl @@ -847,8 +847,6 @@ float qcom_sub_group_reduce_add(float sum) { return sum; } #define sub_group_reduce_add qcom_sub_group_reduce_add -#else -#define sub_group_reduce_add sub_group_reduce_add #endif #undef THREADS_PER_BLK