From 73d1e38129a5d4658c99e396cf9c74d3ce0b1231 Mon Sep 17 00:00:00 2001 From: biondizzle Date: Thu, 28 May 2026 06:32:55 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20last=20HD=E2=86=92HD=5Fval?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/unit/test_fmha_sm100_standalone.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test_fmha_sm100_standalone.cu b/tests/unit/test_fmha_sm100_standalone.cu index 5e50450e..3a4d71f0 100644 --- a/tests/unit/test_fmha_sm100_standalone.cu +++ b/tests/unit/test_fmha_sm100_standalone.cu @@ -100,7 +100,7 @@ int test_kernel(const char* name, int HD_val, int sk, float scale, float cos = cosine_sim(ho_gpu, ho_ref, B*H*HD_val); int pass = cos > 0.999f; - printf(" %s hd=%d s_k=%d: cos %.6f %s\n", name, HD, sk, cos, pass ? "✅" : "❌"); + printf(" %s hd=%d s_k=%d: cos %.6f %s\n", name, HD_val, sk, cos, pass ? "✅" : "❌"); if (!pass) { printf(" GPU[:4] = %.6f %.6f %.6f %.6f\n", ho_gpu[0], ho_gpu[1], ho_gpu[2], ho_gpu[3]);