Fix CI clang-format (#2521)

[ROCm/composable_kernel commit: 7fc000d7b3]
This commit is contained in:
Mateusz Ozga
2025-07-17 14:41:29 +02:00
committed by GitHub
parent 616e233794
commit 96e2d5f86a

View File

@@ -625,7 +625,8 @@ struct UniversalGemmPipelineAgBgCrPolicy
using BlockWarps = typename Problem::BlockGemmShape::BlockWarps;
using WarpTile = typename Problem::BlockGemmShape::WarpTile;
constexpr index_t vector_size = DS_READ_TR_SIZE() / sizeof(typename Problem::ComputeDataType);
constexpr index_t vector_size =
DS_READ_TR_SIZE() / sizeof(typename Problem::ComputeDataType);
constexpr index_t thread_elements = WarpTile::at(I1) * WarpTile::at(I2) / get_warp_size();
constexpr auto wg_attr_num_access =
!(is_a_load_tr<Problem> || is_b_load_tr<Problem>) ? WGAttrNumAccessEnum::Single