NVIDIA's BioNeMo Runtime Boosts Protein Structure Prediction Throughput 2.9x
AllThingsApx · x · 2026-09-24
NVIDIA's BioNeMo Inference Runtime (BioIR) accelerates biomolecular structure-prediction models while keeping the PyTorch workflow intact.
- Benchmark: On 8xH100s over 1,000 human dimer targets, BioIR-accelerated Boltz-2 folded 58.5K residues per GPU-hour vs 20.2K for a torch-compiled open-source baseline — a 2.90x residue-normalized throughput gain.
- Three-layer optimization: kernel selection, module optimization via CUDA Graph capture, and pipeline scaling with Ray replicas (one full model replica per GPU, overlapping CPU stages with GPU folding).
- Energy: folding 1M targets is estimated at 11 MWh with BioIR vs 35 MWh for the public implementation.
- The end-to-end pipeline spans parsing, tokenization, feature generation, GPU inference, and PDB/mmCIF output, with direct PyTorch module integration. Code is open.
More from Infra
- Celesto Launches Real Computers for AI Agents With 500ms-Boot MicroVMs — aniketmaurya · 2026-09-24
- Report: Google to Launch Space TPUs on Falcon 9 Next Week to Test Orbital AI Data Centers — ns123abc · 2026-09-24
- Researchers exploited Cloudflare Containers flaw to read other tenants' residual disk data — matthew_d_green · 2026-09-24
- IIT Delhi Develops India's First Indigenous Micro GPU — Paimaamu · 2026-09-24
- Marvell and GlobalFoundries sign multi-year deal to expand silicon germanium capacity — Beth_Kindig · 2026-09-24
- LLM Compressor v0.14.0 makes GPTQ quantization up to 30x faster with new Triton kernel — vllm_project · 2026-09-24