Merge commit '775b96ea6a8bb0d82d635dc1a396c8d98091c832' into develop

This commit is contained in:
assistant-librarian[bot]
2025-10-24 15:12:08 +00:00
parent 52434da15a
commit 2550111808
12 changed files with 672 additions and 69 deletions

View File

@@ -393,6 +393,13 @@ struct QuantGroupedGemmKernel
aq_block_window,
bq_block_window);
}
else if constexpr(kQuantType == QuantType::TensorQuant)
{
const AccDataType aq_scale = type_convert<AccDataType>(*aq_ptr);
const AccDataType bq_scale = type_convert<AccDataType>(*bq_ptr);
EpiloguePipeline{}(
c_block_window, c_block_tile, c_block_window, smem_ptr_0, aq_scale, bq_scale);
}
}
// For persistent kernels