paper-with-me

Papers

GPU Domain Specialization via Composable On-Package Architecture

2021-04-05 · Yaosheng Fu, Evgeny Bolotin, Niladrish Chatterjee, David Nellans, Stephen W. Keckler

As GPUs scale their low precision matrix math throughput to boost deep learning (DL) performance, they upset the balance between math throughput and memory system capabilities. We demonstrate that converged GPU design trying to address diverging architectural requirements between FP32 (or larger) based HPC and FP16 (or smaller) based DL workloads results in sub-optimal configuration for either of the application domains. We argue that a Composable On-PAckage GPU (COPAGPU) architecture to provide domain-specialized GPU products is the most practical solution to these diverging requirements. A COPA-GPU leverages multi-chip-module disaggregation to support maximal design reuse, along with memory system specialization per application domain. We show how a COPA-GPU enables DL-specialized products by modular augmentation of the baseline GPU architecture with up to 4x higher off-die bandwidth, 32x larger on-package cache, 2.3x higher DRAM bandwidth and capacity, while conveniently supporting scaled-down HPC-oriented designs. This work explores the microarchitectural design necessary to enable composable GPUs and evaluates the benefits composability can provide to HPC, DL training, and DL inference. We show that when compared to a converged GPU design, a DL-optimized COPA-GPU featuring a combination of 16x larger cache capacity and 1.6x higher DRAM bandwidth scales per-GPU training and inference performance by 31% and 35% respectively and reduces the number of GPU instances by 50% in scale-out training scenarios.

📄 PDF Abstract BibTeX arXiv:2104.02188

Code (0)

등록된 구현이 없습니다.

Tasks

GPUMath

Similar Papers 제목 키워드 기반

MoLoRA: Composable Specialization via Per-Token Adapter Routing

2026-03-16 · Shrey Shah, Justin Wagle arxiv

Multi-adapter serving systems route entire sequences to a single adapter, forcing a choice when requests span multiple domains. This assumption fails in two important settings: (1) multimodal generation, where text and i…

multimodal generation

BDgraph: An R Package for Bayesian Structure Learning in Graphical Models

2015-01-21 · Reza Mohammadi, Ernst C. Wit

Graphical models provide powerful tools to uncover complicated patterns in multivariate data and are commonly used in Bayesian statistics and machine learning. In this paper, we introduce the R package BDgraph which perf…

DomainLab: A modular Python package for domain generalization in deep learning

2024-03-21 · Xudong Sun, Carla Feistner, Alexej Gossmann, George Schwarz 외

Poor generalization performance caused by distribution shifts in unseen domains often hinders the trustworthy deployment of deep neural networks. Many domain generalization techniques address this problem by adding a dom…

BenchmarkingDomain Generalization

MLJ: A Julia package for composable machine learning

2020-07-23 · Anthony D. Blaom, Franz Kiraly, Thibaut Lienart, Yiannis Simillides 외

MLJ (Machine Learing in Julia) is an open source software package providing a common interface for interacting with machine learning models written in Julia and other languages. It provides tools and meta-algorithms for …

BIG-bench Machine Learning

Multiple Neuronal Specializations Elicited By Socially Driven Recognition Of Food Odors

2024-02-05 · Viktor Plusnin, Nadezhda Khoroshavkina, Ali Abonakour, Arsenii Onuchin 외

This study investigates the dynamics of non-spatial specializations in hippocampal place cells during exposure to novel environments. Hippocampal place cells, known for their role in spatial mapping, exhibit multi-modal …

Experimental Design