]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml : improve inputs log sched_print_assignments (ggml/1053)
authorDaniel Bevenius <redacted>
Thu, 19 Dec 2024 02:50:12 +0000 (03:50 +0100)
committerGeorgi Gerganov <redacted>
Sat, 4 Jan 2025 14:09:53 +0000 (16:09 +0200)
commitdb68c93b57bfdf6da1fbdae81080382d6998cbc9
treebc65c7ff9268624246d44bb95a8216d29a60719b
parentc31fc8b966817b2f0b277fd28e04a189e388972a
ggml : improve inputs log sched_print_assignments (ggml/1053)

This commit attempts to improve the log message for the inputs of the
splits in the sched_print_assignments function.

The motivation for this change is that currently even if there are no
inputs a colon is displayed at the end of the line, which can make it a
little confusing when reading the output as it could be interpreted as
the line below are inputs when they are in fact nodes. With this change
the colon will only be printed if there actually are inputs.
ggml/src/ggml-backend.cpp