Skip to content

Commit 202c5d1

Browse files
GittyBursteinCISC
andauthored
Update tests/test-backend-ops.cpp
Co-authored-by: Sigbjørn Skjæret <[email protected]>
1 parent 1983ab3 commit 202c5d1

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
@@ -7208,7 +7208,7 @@ static std::vector<std::unique_ptr<test_case>> make_test_cases_eval() {
72087208
continue;
72097209
}
72107210
for (bool with_bias : {false, true}) {
7211-
if (!with_gate && !with_bias) {
7211+
if (!with_gate && !with_bias) {
72127212
continue;
72137213
}
72147214
for (ggml_glu_op glu_op : {GGML_GLU_OP_SWIGLU, GGML_GLU_OP_GEGLU}) {

0 commit comments

Comments
 (0)