cd /news/large-language-models/block-parallelism-for-efficient-dist… · home topics large-language-models article
[ARTICLE · art-133290] src=arxiv.org ↗ pub= topic=large-language-models verified=true sentiment=↑ positive

Block Parallelism For Efficient Distributed Long-Context Diffusion Language Model Training

Researchers introduced block parallelism (BP) and context-sharded block parallelism (CSBP), new distributed parallelism dimensions for training block diffusion language models (BDLMs) on long contexts, reporting throughput gains of 1.18-1.45x for supervised fine-tuning and 1.27-1.33x for converting autoregressive models to BDLMs on 16 H200 GPUs at 256K context. CSBP reached 1.61x full-model speedup at 512K context, accelerated DFlash2 speculative-decoder training by 2.48x at 512K and 7.59x at 1M on eight H100 GPUs, and in matched 12-hour DiffusionGemma 26B-A4B SFT runs achieved higher pass rates at every trained checkpoint on SWE-bench Verified and Terminal-Bench Lite. The code is available at https://github.com/ScalingIntelligence/Turbo-dLLM.

by read1 min views1 publishedSep 18, 2026

arXiv:2609.19242v1 Announce Type: new Abstract: Block diffusion language models (BDLMs) combine autoregressive dependencies across blocks with parallel denoising within blocks, but long-context training is constrained by distributed attention communication and activation memory. Conventional context parallelism (CP) shards the combined clean-plus-corrupted sequence by position, communicating shared clean K/V together with block-specific corrupted K/V and their gradients. We observe that the BDLM objective separates over target blocks. We introduce block parallelism (BP), a new distributed parallelism dimension that assigns each corrupted-block computation to one rank. To scale BP to long contexts, we introduce context-sharded block parallelism (CSBP), which also shards the shared clean sequence across those ranks. CSBP keeps corrupted K/V and gradients local, avoids replicated clean prefixes, and preserves BDLM training semantics. On 16 H200 GPUs at 256K context, CSBP improves throughput over the best baseline by 1.18-1.45x for supervised fine-tuning and 1.27-1.33x for conversion of autoregressive models to BDLMs, while matching or reducing peak HBM. Full-model speedup reaches 1.61x at 512K. On eight H100 GPUs, CSBP accelerates DFlash2 speculative-decoder training by 2.48x at 512K and 7.59x at 1M. In matched 12-hour DiffusionGemma 26B-A4B SFT runs, CSBP achieves higher pass rates at every trained checkpoint on SWE-bench Verified and Terminal-Bench Lite. Code: https://github.com/ScalingIntelligence/Turbo-dLLM

── more in #large-language-models 4 stories · sorted by recency
── more on @block parallelism 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/block-parallelism-fo…] indexed:0 read:1min 2026-09-18 ·