paper-with-me

Papers

Iris: First-Class Multi-GPU Programming Experience in Triton

2025-11-16 · Muhammad Awad, Muhammad Osama, Brandon Potter arxiv

Multi-GPU programming traditionally requires developers to navigate complex trade-offs between performance and programmability. High-performance implementations typically rely on low-level HIP/CUDA communication libraries that demand substantial engineering effort for even basic overlap patterns, while simpler abstractions often sacrifice performance. We present Iris, a multi-GPU communication library implemented entirely in Python and Triton that eliminates this trade-off. Iris provides tile-based symmetric memory abstractions that naturally align with Triton's programming model, enabling developers to write single-source kernels that seamlessly interleave computation and communication. We demonstrate a taxonomy of compute-communication overlap patterns--from bulk-synchronous to fine-grained workgroup specialization--that can be implemented with minimal code changes in Iris, often requiring just a few additional lines within the same Triton kernel. Our evaluation shows that Iris achieves near-optimal bandwidth utilization in microbenchmarks and delivers up to 1.79x speedup over PyTorch and RCCL for GEMM+All-Scatter workloads, demonstrating that high-level implementations can match or exceed heavily-optimized libraries while dramatically simplifying multi-GPU programming.

📄 PDF Abstract BibTeX arXiv:2511.12500

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Iris: An AI-Driven Virtual Tutor For Computer Science Education

2024-05-09 · Patrick Bassner, Eduard Frankford, Stephan Krusche

Integrating AI-driven tools in higher education is an emerging area with transformative potential. This paper introduces Iris, a chat-based virtual tutor integrated into the interactive learning platform Artemis that off…

Few-Shot Learning

Iris: A Conversational Agent for Complex Tasks

2017-07-17 · Ethan Fast, Binbin Chen, Julia Mendelsohn, Jonathan Bassen 외

Today's conversational agents are restricted to simple standalone commands. In this paper, we present Iris, an agent that draws on human conversational strategies to combine commands, allowing it to perform more complex …

Ocular Verification for Virtual Reality

2026-07-22 · Husanpreet Singh, Robert Tran, Ayushree Kharel, Sudipta Banerjee arxiv

Virtual reality (VR) headsets (e.g., Meta Quest, Apple Vision Pro) provide a seamless user experience due to their fast, frictionless interaction with the physical world in a simulated environment. User authentication re…

MultiRisk: Multiple Risk Control via Iterative Score Thresholding

2025-12-31 · Sunay Joshi, Yan Sun, Hamed Hassani, Edgar Dobriban arxiv

As generative AI systems are increasingly deployed in real-world applications, regulating multiple dimensions of model behavior has become essential. We focus on test-time filtering: a lightweight mechanism for behavior …

An Analysis of 1-to-First Matching in Iris Recognition

2017-02-03 · Andrey Kuehlkamp, Kevin W. Bowyer

Iris recognition systems are a mature technology that is widely used throughout the world. In identification (as opposed to verification) mode, an iris to be recognized is typically matched against all N enrolled irises.…

Iris Recognition