Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions ggml/src/ggml-opencl/kernels/ggml-opencl_mm.cl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down