Skip to content

Commit

Permalink
metal : fix build (#1544)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrohanea authored Nov 23, 2023
1 parent 34209a3 commit d2bd5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ggml-metal.m
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ void ggml_metal_graph_compute(
GGML_ASSERT(ne00 == ne10);
GGML_ASSERT(ne03 == ne13);

const uint gqa = ne12/ne02;
const unsigned int gqa = ne12/ne02;

// find the break-even point where the matrix-matrix kernel becomes more efficient compared
// to the matrix-vector kernel
Expand Down

0 comments on commit d2bd5f0

Please sign in to comment.