test: only 1 tmem_store to verify single column works
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user