]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml : improve inputs log sched_print_assignments (#1053)
authorDaniel Bevenius <redacted>
Thu, 19 Dec 2024 02:50:12 +0000 (03:50 +0100)
committerGitHub <redacted>
Thu, 19 Dec 2024 02:50:12 +0000 (03:50 +0100)
commit4f77dc551afef2409266339988b3dd3038be03bc
treed22fee6d6b74030f07d33bbce017416c5312172b
parent167cee6ed6621151d3f4464dee7aa8583ceb499a
ggml : improve inputs log sched_print_assignments (#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.
src/ggml-backend.cpp