Skip to content

Commit db81f33

Browse files
committed
remove ggml_graph_compute from tests/test-grad0.c, but current change breaks backward
1 parent a37de23 commit db81f33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test-grad0.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ bool check_gradient(
218218

219219
struct ggml_cgraph gb = ggml_build_backward(ctx0, &gf, false);
220220

221-
ggml_graph_compute(ctx0, &gf);
222221
{
223222
struct ggml_graph_compute_plan plan = ggml_graph_compute_make_plan(&gf, n_threads);
224223
if (plan.work_size > 0) {

0 commit comments

Comments
 (0)