[CK_TILE] Use Unified Workspace for FMHA BWD

This commit is contained in:
Ding, Yi
2026-04-03 02:10:43 -05:00
parent 2510e7b238
commit 28afc8fee3
5 changed files with 527 additions and 324 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -95,7 +95,6 @@ template <typename AccDataType_,
typename QGradDataType_,
index_t kBlockSize_,
index_t kM0_,
index_t kN0_,
index_t kQKHeaddim_,
bool kIsGroupMode_,
bool kIsDeterministic_,
@@ -111,7 +110,6 @@ struct BlockFmhaBwdConvertQGradPipelineProblem
static constexpr index_t kBlockSize = kBlockSize_;
static constexpr index_t kM0 = kM0_;
static constexpr index_t kN0 = kN0_;
static constexpr index_t kQKHeaddim = kQKHeaddim_;
static constexpr bool kIsGroupMode = kIsGroupMode_;
static constexpr bool kIsDeterministic = kIsDeterministic_;