]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml : remove unnecessary UNUSED macro call (ggml/880)
authorDaniel Bevenius <redacted>
Mon, 8 Jul 2024 10:03:42 +0000 (12:03 +0200)
committerGeorgi Gerganov <redacted>
Sat, 27 Jul 2024 14:43:44 +0000 (17:43 +0300)
commitc12b6e8ee7d905e0f299caf311689189fb1b4ac5
treec2d5e7efd51f1c4c8e7f3aecef2d4216e50a043b
parentb5e95468b1676e1e5c9d80d1eeeb26f542a38f42
ggml : remove unnecessary UNUSED macro call (ggml/880)

This commit removes an UNUSED macro call that is not needed as the
variable n0 is used in the code and will not produce a warning.

Signed-off-by: Daniel Bevenius <redacted>
ggml/src/ggml.c