Skip to content

Conversation

@danbev
Copy link
Member

@danbev danbev commented Nov 30, 2025

This commit removes a redundant check for sched->n_copies > 1 when setting input and output flags on tensor copies in ggml_backend_sched_split_graph.

The motivation for this change is to clarify the code as the outer if statement already performs this check.

This commit removes a redundant check for sched->n_copies > 1 when
setting input and output flags on tensor copies in
ggml_backend_sched_split_graph.

The motivation for this change is to clarify the code as the outer if
statement already performs this check.
@github-actions github-actions bot added the ggml changes relating to the ggml tensor library for machine learning label Nov 30, 2025
@danbev danbev merged commit 7f3a72a into ggml-org:master Dec 2, 2025
73 of 74 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ggml changes relating to the ggml tensor library for machine learning

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants