From e449d6d5e18f95fff28bd1e1ce440f81b5e93cba Mon Sep 17 00:00:00 2001 From: biondizzle Date: Fri, 29 May 2026 19:26:09 +0000 Subject: [PATCH] test: TMA diagnostic with 192 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 23ef00fb..62d6f802 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 128 +#define NUM_THREADS 192 #endif typedef unsigned short bf16_t;