template<uint32_t wg_tile_n_, uint32_t wg_tile_m_, uint32_t sg_tile_n_, uint32_t sg_tile_m_, bool is_dynamic_job_ = true>
struct gpu::xetla::kernel::row_reduction_attr_t< wg_tile_n_, wg_tile_m_, sg_tile_n_, sg_tile_m_, is_dynamic_job_ >
Sets up attribute of the row reduction.
- Template Parameters
-
| wg_tile_n_ | Is the num of cols processed by one workgroup. |
| wg_tile_m_ | Is the num of rows processed by one workgroup in each inner loop. |
| sg_tile_n_ | Is the num of cols processed by one subgroup. |
| sg_tile_m_ | Is the num of rows processed by one subgroup in each inner loop. |
| is_dynamic_job_ | |