Remove extraneous comma in declaration (#1776)

This commit is contained in:
Saagar Jha 2024-09-05 14:14:15 -07:00 committed by GitHub
parent 7369adcaca
commit 06e337758d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -993,7 +993,7 @@ using Sm90ScaledLinCombPerRowBiasEltActAmaxAuxNotFp8 =
Sm90EVT<Sm90Compute<ActivationFn, ElementCompute, ElementCompute, RoundStyle>, // activation(Z)
Sm90EVT<Sm90AuxStore<StagesD, EpilogueTile, ElementAux, RoundStyle, StrideAux, SmemLayoutAtom, CopyOpR2S, AlignmentAux>, // Aux = Z
// Z = scale_a * scale_b * alpha * acc + scale_c * beta * C + per-row bias
Sm90ScaledLinCombPerRowBias<CtaTileShapeMNK, ElementCompute, ElementCompute, ElementBias, ElementSource, ElementScalar, AlignmentBias, RoundStyle>,
Sm90ScaledLinCombPerRowBias<CtaTileShapeMNK, ElementCompute, ElementCompute, ElementBias, ElementSource, ElementScalar, AlignmentBias, RoundStyle>
>
>
>,