Skip to content

Commit 31a54b6

Browse files
committed
minor formatting
1 parent 8d7937e commit 31a54b6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/cuda/tma/tma_bulk_test.cu

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@ __global__ void test_UBLKCP_G_S(int32_t *data, int run_iters)
108108
for (int i = 0; i < run_iters; i++) {
109109
if (threadIdx.x == 0) {
110110
ptx::cp_async_bulk(
111-
ptx::space_global,
112-
ptx::space_shared,
113-
data + offset, smem_data, sizeof(smem_data));
114-
ptx::cp_async_bulk_commit_group();
115-
ptx::cp_async_bulk_wait_group_read(ptx::n32_t<0>());
111+
ptx::space_global,
112+
ptx::space_shared,
113+
data + offset, smem_data, sizeof(smem_data));
114+
ptx::cp_async_bulk_commit_group();
115+
ptx::cp_async_bulk_wait_group_read(ptx::n32_t<0>());
116116
}
117117
}
118118
}

0 commit comments

Comments
 (0)