diff options
author | slaren <slarengh@gmail.com> | 2024-04-12 18:13:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-12 18:13:20 +0200 |
commit | fbbc030ba93561fac842af994c5c6c4c1147f13b (patch) | |
tree | a9a64e96f6e7703a0d161dd994030b66fb8eed45 /ggml.c | |
parent | 4cc120c7443cf9dab898736f3c3b45dc8f14672b (diff) |
metal : unify mul_mv_id kernels (#6556)
Diffstat (limited to 'ggml.c')
-rw-r--r-- | ggml.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -11012,7 +11012,6 @@ static void ggml_compute_forward_mul_mat_id( } // initialize matrix_row_counts - GGML_ASSERT(wdata == wdata_src1_end); memset(matrix_row_counts, 0, n_as*sizeof(int64_t)); // group rows by src0 matrix |