Skip to content

Commit 1f26e72

Browse files
committed
wip
1 parent 2b6050c commit 1f26e72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ggml/src/ggml-tp/ggml-tp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,7 @@ static void ensure_rejoined(const ggml_tensor *reason, const ggml_tensor * src)
696696
// if (reason && reason != src) {
697697
// printf("Rejoining tensor for %s %s\n", ggml_op_name(reason->op), ggml_op_name(src->op));
698698
// }
699+
// printf("rejoining tensor %s for %s %s\n", src->name, reason ? ggml_op_name(reason->op) : "none", ggml_op_name(src->op));
699700

700701
const auto alignment = ggml_backend_tp_buffer_type_get_alignment(src->buffer->buft);
701702

0 commit comments

Comments
 (0)