Skip to content

Commit

Permalink
test-backend-ops : increase cpy max nmse
Browse files Browse the repository at this point in the history
  • Loading branch information
slaren committed Jun 22, 2024
1 parent adf480c commit 5d7695e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test-backend-ops.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,10 @@ struct test_cpy : public test_case {
return VARS_TO_STR3(type_src, type_dst, ne);
}

double max_nmse_err() override {
return 1e-6;
}

size_t op_size(ggml_tensor * t) override {
return ggml_nbytes(t) + ggml_nbytes(t->src[0]);
}
Expand Down

0 comments on commit 5d7695e

Please sign in to comment.