Merge commit '753b6227c507c45f4838971067f3cf158a392d55' into develop

This commit is contained in:
assistant-librarian[bot]
2025-08-13 23:12:01 +00:00
parent ffae627353
commit 9f8adac9f9
17 changed files with 239 additions and 257 deletions

View File

@@ -113,7 +113,7 @@ bool run(const ck_tile::ArgParser& arg_parser)
// ElementWiseShape bundles these tiling parameters.
// It calculates derived properties like threads per wavefront, repeats, vectorization and total
// block size.
using Shape = ck_tile::ElementWiseShape<BlockWarps, BlockTile, WarpTile, ComputeDataType>;
using Shape = ck_tile::ElementWiseShape<BlockWarps, BlockTile, WarpTile, XDataType>;
// ElementWisePipelineProblem encapsulates all necessary information for the elementwise kernel:
// - Data types (input, compute, output).