From 0b36b6047a62a84bd93f41d68d4ca556d9142006 Mon Sep 17 00:00:00 2001 From: biondizzle Date: Fri, 29 May 2026 19:25:38 +0000 Subject: [PATCH] test: TMA diagnostic with 128 threads --- tests/unit/test_tma_minimal.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test_tma_minimal.cu b/tests/unit/test_tma_minimal.cu index b3fc0830..23ef00fb 100644 --- a/tests/unit/test_tma_minimal.cu +++ b/tests/unit/test_tma_minimal.cu @@ -18,7 +18,7 @@ #endif #ifndef NUM_THREADS -#define NUM_THREADS 32 +#define NUM_THREADS 128 #endif typedef unsigned short bf16_t;