Model techniques map
Techniquesoptimizationtraining parallelism

specific method · filed under optimization

Sequence Parallelism for Activations

An activation-parallel method that decomposes a tensor-parallel all-reduce into reduce-scatter and all-gather with an intra-block kernel between them.

Also called sequence parallelism (SP) for activations.

source
1
model
1
lab adopt it
1
strongest
core

How sources treat it

One count per evidence span, weakest treatment to strongest.

core 1

Documented in

Evidence

1 span quoted from the sources, strongest treatment first.

We therefore adopt sequence parallelism (SP) for activations: the TP all-reduce is decomposed into a reduce-scatter and an all-gather, with the intra-block kernel inserted between the two collectives

coreinference servingin Kimi K3

Filed alongside

Other methods under optimization :: training parallelism.