<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Training on Sandeep Kumar</title><link>https://sandeep007734.github.io/tags/training/</link><description>Recent content in Training on Sandeep Kumar</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 12 Aug 2026 00:00:00 +0530</lastBuildDate><atom:link href="https://sandeep007734.github.io/tags/training/feed.xml" rel="self" type="application/rss+xml"/><item><title>LLM Training: The End-to-End Flow</title><link>https://sandeep007734.github.io/posts/llm_training_basics/</link><pubDate>Mon, 10 Aug 2026 00:00:00 +0530</pubDate><guid>https://sandeep007734.github.io/posts/llm_training_basics/</guid><description>The steps that make up LLM training - the data pipeline, forward pass, loss, backward pass, gradient synchronization, and optimizer step - with the memory and FLOP accounting each one implies.</description></item><item><title>Tiling and Collective Operations</title><link>https://sandeep007734.github.io/posts/tiling_and_collectives/</link><pubDate>Wed, 12 Aug 2026 00:00:00 +0530</pubDate><guid>https://sandeep007734.github.io/posts/tiling_and_collectives/</guid><description>What tiling is and why every fast kernel does it, how tile size follows from arithmetic intensity and on-chip capacity, and what each collective operation computes — broadcast, reduce, all-reduce, reduce-scatter, all-gather, and all-to-all — with worked examples and cost models.</description></item><item><title>PyTorch Distributed Training Internals</title><link>https://sandeep007734.github.io/posts/pytorch_distributed_training/</link><pubDate>Wed, 12 Aug 2026 00:00:00 +0530</pubDate><guid>https://sandeep007734.github.io/posts/pytorch_distributed_training/</guid><description>How DistributedDataParallel differs from DataParallel, how NCCL implements the gradient all-reduce, how bucketing overlaps communication with the backward pass, and how to tell a dataloader stall from a compute bottleneck on a profiler timeline.</description></item><item><title>Activations, Normalization and Optimizers, in Plain Terms</title><link>https://sandeep007734.github.io/posts/training_building_blocks/</link><pubDate>Wed, 12 Aug 2026 00:00:00 +0530</pubDate><guid>https://sandeep007734.github.io/posts/training_building_blocks/</guid><description>A plain-language guide to the standard parts of a modern transformer and its training loop: ReLU, GELU, SiLU and SwiGLU, LayerNorm and RMSNorm, and the road from SGD through momentum and Adam to AdamW.</description></item></channel></rss>