mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-07-13 18:51:13 +00:00
[CK_TILE] Vector stores c col layout part4 - fix formatting
This commit is contained in:
@@ -321,7 +321,6 @@ struct CShuffleEpilogue
|
||||
return make_naive_tensor_descriptor(
|
||||
make_tuple(number<YPerIterationShuffle>{}, number<XPerIterationShuffle>{}),
|
||||
make_tuple(number<XPerIterationShuffle>{}, number<1>{}));
|
||||
|
||||
}
|
||||
|
||||
CK_TILE_DEVICE static constexpr auto MakeLdsDistributionEncode()
|
||||
@@ -654,7 +653,7 @@ struct CShuffleEpilogue
|
||||
const ScaleN& scale_n = {})
|
||||
{
|
||||
constexpr auto LdsTileDistr = make_static_tile_distribution(MakeLdsDistributionEncode());
|
||||
//print(LdsTileDistr);
|
||||
// print(LdsTileDistr);
|
||||
auto lds_tile = make_static_distributed_tensor<AccDataType>(LdsTileDistr);
|
||||
|
||||
constexpr auto lds_block_desc = MakeLdsBlockDescriptor<Problem>();
|
||||
|
||||
Reference in New Issue
Block a user