Skip to content

Commit 7b660a9

Browse files
committed
graph : comment the s_copy views
1 parent ac14979 commit 7b660a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/llama-graph.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@ class llm_graph_input_rs : public llm_graph_input_i {
216216

217217
ggml_tensor * s_copy; // I32 [n_rs]
218218

219-
// views
219+
// views of s_copy, computed once per graph
220+
// and shared across layers which use build_rs
220221
ggml_tensor * s_copy_main; // I32 [n_seqs]
221222
ggml_tensor * s_copy_extra; // I32 [n_rs - n_seqs]
222223

0 commit comments

Comments
 (0)