Merge commit 'eb7f6177136173c8a6af539bffd915fddff293c4' into develop

This commit is contained in:
assistant-librarian[bot]
2025-12-04 04:24:28 +00:00
parent d0d2528beb
commit 170089beb6
2 changed files with 18 additions and 7 deletions

View File

@@ -87,6 +87,8 @@ struct BlockFmhaBatchPrefillPipelineQRKSVSAsync
static constexpr index_t kAlignmentO = Policy::template GetAlignmentO<Problem>();
static constexpr index_t kAlignmentBias =
kPadSeqLenK ? 1 : Policy::template GetAlignmentBias<Problem>();
static constexpr index_t kAlignmentRandVal =
kPadSeqLenK ? 1 : Policy::template GetAlignmentRandVal<Problem>();
#if CK_TILE_FMHA_FWD_FAST_EXP2
static constexpr auto R_LOG2E = 1.0 / log2e_v<SaccDataType>;