Skip to content

Commit 917b5b5

Browse files
authored
add split to logging [no ci]
1 parent 77be71e commit 917b5b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-backend-ops.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1158,7 +1158,7 @@ struct test_glu_split : public test_case {
11581158
int v; // view (1 : non-contiguous a)
11591159

11601160
std::string vars() override {
1161-
return VARS_TO_STR3(type, ne_a, v);
1161+
return VARS_TO_STR3(type, ne_a, v) + ",split";
11621162
}
11631163

11641164
test_glu_split(ggml_glu_op op,

0 commit comments

Comments
 (0)