<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Scheduling on Rik Kisnah - Blog</title><link>https://www.rik-kisnah.ai/tags/scheduling/</link><description>Recent content in Scheduling on Rik Kisnah - Blog</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 11 Nov 2025 09:00:00 -0800</lastBuildDate><atom:link href="https://www.rik-kisnah.ai/tags/scheduling/feed.xml" rel="self" type="application/rss+xml"/><item><title>Design an Inference API</title><link>https://www.rik-kisnah.ai/teach/gpu-ai/design-an-inference-api/</link><pubDate>Tue, 11 Nov 2025 09:00:00 -0800</pubDate><guid>https://www.rik-kisnah.ai/teach/gpu-ai/design-an-inference-api/</guid><description>Thousands of people send prompts, a pool of GPUs answers them, and the GPU only earns its keep when it works on many prompts at once. Design the layer in between: the batcher, the queues, the maths for how many GPUs, what happens when one dies, and how two models share eight GPUs when one of them needs all eight.</description></item><item><title>Design a Distributed Job Scheduler</title><link>https://www.rik-kisnah.ai/teach/systems/design-a-distributed-job-scheduler/</link><pubDate>Tue, 24 Jan 2023 09:00:00 -0800</pubDate><guid>https://www.rik-kisnah.ai/teach/systems/design-a-distributed-job-scheduler/</guid><description>A to-do list many workers pull from. Run each job once, on time, even when a worker dies half way through. The three words that make it work: lease, retry, idempotent.</description></item><item><title>Design a Topology-Aware GPU Scheduler</title><link>https://www.rik-kisnah.ai/teach/gpu-ai/design-a-topology-aware-gpu-scheduler/</link><pubDate>Tue, 11 Oct 2022 09:00:00 -0700</pubDate><guid>https://www.rik-kisnah.ai/teach/gpu-ai/design-a-topology-aware-gpu-scheduler/</guid><description>Which GPUs a job lands on decides how fast it runs. A scheduler that hands out any free GPU is a scheduler that puts one job&amp;rsquo;s ring across three spines. Give it a map of the cluster and make it place jobs the way the network wants.</description></item></channel></rss>