Alternates between an odd phase that compares pairs at positions (0,1), (2,3), … and an even phase that compares pairs at positions (1,2), (3,4), …, repeating until a full round completes with no swaps.
Within each phase all pair comparisons are independent of one another, making it directly parallelisable, each phase can be executed in a single parallel step on hardware with enough processors.