From 5d5306bf3e2de8eeaaba0a282299f3f58639ea48 Mon Sep 17 00:00:00 2001 From: fairydreaming <166155368+fairydreaming@users.noreply.github.com> Date: Fri, 17 Jul 2026 15:33:35 +0200 Subject: [PATCH] tests : initialize all tensors in test_dsv4_hc to avoid NaNs in sentinel tensors (#25822) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Stanisław Szymczyk --- tests/test-backend-ops.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test-backend-ops.cpp b/tests/test-backend-ops.cpp index 5b5f196184..e3553c5e9c 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; }