Can someone explain what ggml_backend_sched_t do? #10182
-
Recently, I’ve been studying ggml_backend_sched_t in ggml. I understand that
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
Beta Was this translation helpful? Give feedback.
-
slaren, I found that in the |
Beta Was this translation helpful? Give feedback.
ggml_backend_sched_compute_splits
. The reason there may be multiple copies of each tensor is because it improves efficiency when using pipeline parallelism.