From 1c84783fc727515bbb95c474ec742b8f9bb1732c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Szymczyk?= Date: Fri, 17 Jul 2026 14:46:56 +0200 Subject: [PATCH] tests : initialize all tensors in test_dsv4_hc to avoid NaNs in sentinel tensors --- 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 5b5f196184ba..e3553c5e9ca1 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; }