Unverified Commit 99c9d3b7 authored by Chao Liu's avatar Chao Liu Committed by GitHub
Browse files

format (#45)

parent e94e60e8
......@@ -26,7 +26,6 @@ struct BlockGemmARegBSmemCRegProblem
static constexpr index_t kBlockSize = kBlockSize_;
};
} // namespace block
} // namespace tile_program
} // namespace ck
......@@ -59,7 +59,7 @@ struct StaticDistributedTensor
template <index_t... YSliceOrigins, index_t... YSliceLengths>
__host__ __device__ auto GetYSlicedThreadData(Sequence<YSliceOrigins...>,
Sequence<YSliceLengths...>) const
Sequence<YSliceLengths...>) const
{
static_assert(sizeof...(YSliceOrigins) == StaticTileDistribution::NDimY &&
sizeof...(YSliceLengths) == StaticTileDistribution::NDimY,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment