Merge commit '0b9a638f262c6386a7b61452c91b02e2bf465d2d' into develop

This commit is contained in:
assistant-librarian[bot]
2025-09-11 05:13:04 +00:00
parent 70ae0149ed
commit 269824c6bb
11 changed files with 38 additions and 22 deletions

View File

@@ -78,8 +78,7 @@ bool run(const ck_tile::ArgParser& arg_parser)
for(auto d : shape)
total_elements *= d;
constexpr ck_tile::index_t kBlockSize =
ck_tile::get_warp_size() * BlockWarps::at(ck_tile::number<0>{});
const ck_tile::index_t kBlockSize = Kernel::BlockSize();
constexpr ck_tile::index_t kBlockPerCu = 1;
constexpr ck_tile::index_t elements_per_block = BlockTile::at(ck_tile::number<0>{});