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 ...@@ -26,7 +26,6 @@ struct BlockGemmARegBSmemCRegProblem
static constexpr index_t kBlockSize = kBlockSize_; static constexpr index_t kBlockSize = kBlockSize_;
}; };
} // namespace block } // namespace block
} // namespace tile_program } // namespace tile_program
} // namespace ck } // namespace ck
...@@ -59,7 +59,7 @@ struct StaticDistributedTensor ...@@ -59,7 +59,7 @@ struct StaticDistributedTensor
template <index_t... YSliceOrigins, index_t... YSliceLengths> template <index_t... YSliceOrigins, index_t... YSliceLengths>
__host__ __device__ auto GetYSlicedThreadData(Sequence<YSliceOrigins...>, __host__ __device__ auto GetYSlicedThreadData(Sequence<YSliceOrigins...>,
Sequence<YSliceLengths...>) const Sequence<YSliceLengths...>) const
{ {
static_assert(sizeof...(YSliceOrigins) == StaticTileDistribution::NDimY && static_assert(sizeof...(YSliceOrigins) == StaticTileDistribution::NDimY &&
sizeof...(YSliceLengths) == 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