[diffusion] feat: unify encoder folding and batch data-parallel encoding (#30211)
This commit is contained in:
@@ -51,6 +51,11 @@ These settings should preserve model behavior while changing residency, parallel
|
||||
<td style={{padding: "9px 12px"}}>Long image/video sequences need sequence-level parallelism.</td>
|
||||
<td style={{padding: "9px 12px"}}><a href="./ring_sp_performance">Sequence Parallelism</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style={{padding: "9px 12px", fontWeight: 500}}><code>--encoder-parallel</code></td>
|
||||
<td style={{padding: "9px 12px"}}>Text/image encoding is a visible share of the request and the DiT replica sits idle during it.</td>
|
||||
<td style={{padding: "9px 12px"}}><a href="./encoder_parallel">Encoder Parallelism</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style={{padding: "9px 12px", fontWeight: 500}}>Attention backend</td>
|
||||
<td style={{padding: "9px 12px"}}>Kernel choice dominates DiT latency or memory.</td>
|
||||
|
||||
Reference in New Issue
Block a user