From 7a21fa4bd872cda901a87d58b1526f93feb049ba Mon Sep 17 00:00:00 2001 From: biondizzle Date: Thu, 28 May 2026 09:52:05 +0000 Subject: [PATCH] test: add 2nd tmem_store to column 1 --- tests/unit/test_tmem_cols.cu | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/test_tmem_cols.cu b/tests/unit/test_tmem_cols.cu index 873f36b8..71dd550b 100644 --- a/tests/unit/test_tmem_cols.cu +++ b/tests/unit/test_tmem_cols.cu @@ -45,6 +45,7 @@ __global__ void test_tmem_loop(float* out) { memcpy(&u2, &v2, 4); memcpy(&u3, &v3, 4); tmem_store(tb + 0, u0, u1, u2, u3); + tmem_store(tb + 1, u0, u1, u2, u3); } asm volatile("tcgen05.wait::st.sync.aligned;" ::: "memory"); __syncthreads();