Fix format

This commit is contained in:
Po-Yen, Chen
2024-03-13 03:21:30 -04:00
parent 958218e9d0
commit 5c433432fd
6 changed files with 2 additions and 6 deletions

View File

@@ -26,7 +26,8 @@ struct transpose_vectors
using VX = array<S, s_per_x>;
using VY = array<S, s_per_y>;
CK_TILE_DEVICE void operator()(const thread_buffer<VX, NX>& vx_tuple, thread_buffer<VY, NY>& vy_tuple)
CK_TILE_DEVICE void operator()(const thread_buffer<VX, NX>& vx_tuple,
thread_buffer<VY, NY>& vy_tuple)
{
constexpr auto I1 = number<1>{};
constexpr auto I2 = number<2>{};