Added ne03==ne13 assertion
This commit is contained in:
parent
d28b07ca7c
commit
995c2204e5
1 changed files with 1 additions and 0 deletions
|
@ -719,6 +719,7 @@ void ggml_metal_graph_compute(
|
|||
|
||||
GGML_ASSERT(ne00 == ne10);
|
||||
// GGML_ASSERT(ne02 == ne12); // Should be checked on individual data types until broadcast is implemented everywhere
|
||||
GGML_ASSERT(ne03 == ne13);
|
||||
|
||||
if (ggml_is_contiguous(src0) &&
|
||||
ggml_is_contiguous(src1) &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue