Skip to content

Commit 45d846a

Browse files
ggerganovrgerganov
authored andcommitted
ggml : add op name for ggml_set_row
ggml-ci
1 parent 68d14b7 commit 45d846a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ggml/src/ggml.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -936,6 +936,7 @@ static const char * GGML_OP_NAME[GGML_OP_COUNT] = {
936936
"TRANSPOSE",
937937
"GET_ROWS",
938938
"GET_ROWS_BACK",
939+
"SET_ROWS",
939940
"DIAG",
940941
"DIAG_MASK_INF",
941942
"DIAG_MASK_ZERO",
@@ -1031,6 +1032,7 @@ static const char * GGML_OP_SYMBOL[GGML_OP_COUNT] = {
10311032
"transpose(x)",
10321033
"get_rows(x)",
10331034
"get_rows_back(x)",
1035+
"set_rows(x)",
10341036
"diag(x)",
10351037
"diag_mask_inf(x)",
10361038
"diag_mask_zero(x)",

0 commit comments

Comments
 (0)