diff --git a/tests/unit/test_tmem_cols.cu b/tests/unit/test_tmem_cols.cu index 3ac39f41..155b5368 100644 --- a/tests/unit/test_tmem_cols.cu +++ b/tests/unit/test_tmem_cols.cu @@ -45,9 +45,9 @@ __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); - tmem_store(tb + 2, u0, u1, u2, u3); - tmem_store(tb + 3, u0, u1, u2, u3); + // tmem_store(tb + 1, u0, u1, u2, u3); // Skip for now + // tmem_store(tb + 2, u0, u1, u2, u3); // Skip for now + // tmem_store(tb + 3, u0, u1, u2, u3); // Skip for now } __syncthreads();