ggml : add n_as argument to ggml_mul_mat_id
This commit is contained in:
parent
7372b62271
commit
ee8fb399aa
6 changed files with 17 additions and 14 deletions
|
@ -1460,7 +1460,7 @@ void ggml_metal_graph_compute(
|
|||
|
||||
GGML_ASSERT(src0t == GGML_TYPE_I32);
|
||||
|
||||
const int n_as = ne00;
|
||||
const int n_as = ((int32_t *) dst->op_params)[1];
|
||||
|
||||
// TODO: make this more general
|
||||
GGML_ASSERT(n_as <= 8);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue