From: fairydreaming Date: Fri, 17 Jul 2026 13:33:35 +0000 (+0200) Subject: tests : initialize all tensors in test_dsv4_hc to avoid NaNs in sentinel tensors... X-Git-Tag: upstream/0.0.10438~377 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=5d5306bf3e2de8eeaaba0a282299f3f58639ea48;p=pkg%2Fggml%2Fsources%2Fllama.cpp tests : initialize all tensors in test_dsv4_hc to avoid NaNs in sentinel tensors (#25822) Co-authored-by: Stanisław Szymczyk --- diff --git a/tests/test-backend-ops.cpp b/tests/test-backend-ops.cpp index 5b5f19618..e3553c5e9 100644 --- a/tests/test-backend-ops.cpp +++ b/tests/test-backend-ops.cpp @@ -3802,6 +3802,7 @@ struct test_dsv4_hc : public test_case { float lo; float hi; if (!tensor_range(name, lo, hi)) { + init_tensor_uniform(t); continue; }