paper-with-me

홈 › Papers

Architectural Implications of Neural Network Inference for High Data-Rate, Low-Latency Scientific Applications

2024-03-13 · Olivia Weng, Alexander Redding, Nhan Tran, Javier Mauricio Duarte, Ryan Kastner

With more scientific fields relying on neural networks (NNs) to process data incoming at extreme throughputs and latencies, it is crucial to develop NNs with all their parameters stored on-chip. In many of these applications, there is not enough time to go off-chip and retrieve weights. Even more so, off-chip memory such as DRAM does not have the bandwidth required to process these NNs as fast as the data is being produced (e.g., every 25 ns). As such, these extreme latency and bandwidth requirements have architectural implications for the hardware intended to run these NNs: 1) all NN parameters must fit on-chip, and 2) codesigning custom/reconfigurable logic is often required to meet these latency and bandwidth constraints. In our work, we show that many scientific NN applications must run fully on chip, in the extreme case requiring a custom chip to meet such stringent constraints.

📄 PDF Abstract BibTeX arXiv:2403.08980

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Architectural Implications of Embedding Dimension during GCN on CPU and GPU

2022-12-01 · Matthew Adiletta, David Brooks, Gu-Yeon Wei

Graph Neural Networks (GNNs) are a class of neural networks designed to extract information from the graphical structure of data. Graph Convolutional Networks (GCNs) are a widely used type of GNN for transductive graph l…

CPUGPUGraph Learning

Architectural Implications of Function-as-a-Service Computing

2019-10-16 · Shahrad, Mohammad; Fonseca, Rodrigo; Goiri, Íñigo; Irfan Chaudhry 외

Serverless computing is a rapidly growing cloud application model, popularized by Amazon’s Lambda platform. Serverless cloud services provide fine-grained provisioning of resources, which scale automatically with user de…

YOLO26: Key Architectural Enhancements and Performance Benchmarking for Real-Time Object Detection

2025-09-29 · Ranjan Sapkota, Rahul Harsha Cheppally, Ajay Sharda, Manoj Karkee arxiv

This study presents a comprehensive analysis of Ultralytics YOLO26(also called as YOLOv26), highlighting its key architectural enhancements and performance benchmarking for real-time object detection. YOLO26, released in…

Real-Time Object DetectionInstance Segmentation

Architectural Implications of Graph Neural Networks

2020-09-02 · Zhihui Zhang, Jingwen Leng, Lingxiao Ma, Youshan Miao 외

Graph neural networks (GNN) represent an emerging line of deep learning models that operate on graph structures. It is becoming more and more popular due to its high accuracy achieved in many graph-related tasks. However…

Understanding and Optimizing Multi-Stage AI Inference Pipelines

2025-04-14 · Abhimanyu Rajeshkumar Bambhaniya, Hanjiang Wu, Suvinay Subramanian, Sudarshan Srinivasan 외

The rapid evolution of Large Language Models (LLMs) has driven the need for increasingly sophisticated inference pipelines and hardware platforms. Modern LLM serving extends beyond traditional prefill-decode workflows, i…

CPUNavigateRAGRetrieval+1