Run Ray on TPU, Part 1: The foundations
Summary
Ray 2.55 introduces official, first-class support for Google Cloud TPUs, enabling developers to run distributed Python workloads on Google's accelerators using the familiar Ray task-and-actor APIs. To handle the strict networking requirement of keeping multi-host TPU "slices" together over their Inter-Chip Interconnect (ICI), the KubeRay Operator on GKE automatically provisions and labels the underlying hardware layout. Ray Core utilizes these labels via its slice_placement_group() primitive to atomically reserve complete slices, allowing developers to deploy jobs through KubeRay, Ray Train, or Ray Serve simply by declaring a hardware topology (like "4x4")…
Related: OpenAI: Apple became an AI company OVERNIGHT... · Anthropic: Previewing the Model Hardware Standard · Microsoft: The yield imperative: Rethinking success in AI infrastructure · Meta: Get the full story behind the light · xAI: Inside the AI Hardware Engine – Full Semiconductor Supply Chain Course
Rated low: routine. Worth knowing, not worth rearranging your day for.
- Google Home update fixes alarms, improves media & smart home voice controls9to5Google · Web · Sep 3, 2026
- MrBeast will try to survive ‘the planet’s most unforgiving landscapes’ using Gemini and Fitbit Air in deal with Google9to5Google · Web · Sep 2, 2026
- Deals: Nothing Ear (3a) from $67, Galaxy Flip 8 $320 off, 2026 IdeaPad $620 off, Sony Google Gemini TV $800 off, more9to5Google · Web · Sep 2, 2026
- Gemini Intelligence requires Gemini Nano 3, Google lists first Nano 4 phones9to5Google · Web · Aug 27, 2026
- Build zero-trust AI agents with Google's Agent Development KitGoogle Developers Blog
- Enterprise-Grade Precision for Long-Context Multimodal Embedding Inference on Cloud TPUGoogle Developers Blog
Questions people ask
- Where can I read the full story?
- On Google Developers Blog. The "Read this on Google Developers Blog" link above opens the original in a new tab. Subvolts publishes a summary and analysis, never the full piece.
- What does this mean for Gemini?
- Ray 2.55 introduces official, first-class support for Google Cloud TPUs, enabling developers to run distributed Python workloads on Google's accelerators…
More from Google Developers Blog 16 more
Agent and Model Evaluations in Gemini Enterprise Agent Platform are now GA
Page generated Sep 3, 2026. Summaries are Subvolts' own; the story belongs to Google Developers Blog.



