paper-with-me

Papers

FeatGraph: A Flexible and Efficient Backend for Graph Neural Network Systems

2020-08-26 · Yuwei Hu, Zihao Ye, Minjie Wang, Jiali Yu, Da Zheng, Mu Li, Zheng Zhang, Zhiru Zhang, Yida Wang

Graph neural networks (GNNs) are gaining increasing popularity as a promising approach to machine learning on graphs. Unlike traditional graph workloads where each vertex/edge is associated with a scalar, GNNs attach a feature tensor to each vertex/edge. This additional feature dimension, along with consequently more complex vertex- and edge-wise computations, has enormous implications on locality and parallelism, which existing graph processing systems fail to exploit. This paper proposes FeatGraph to accelerate GNN workloads by co-optimizing graph traversal and feature dimension computation. FeatGraph provides a flexible programming interface to express diverse GNN models by composing coarse-grained sparse templates with fine-grained user-defined functions (UDFs) on each vertex/edge. FeatGraph incorporates optimizations for graph traversal into the sparse templates and allows users to specify optimizations for UDFs with a feature dimension schedule (FDS). FeatGraph speeds up end-to-end GNN training and inference by up to 32x on CPU and 7x on GPU.

📄 PDF Abstract BibTeX arXiv:2008.11359

Code (0)

등록된 구현이 없습니다.

Tasks

CPUGPUGraph Neural Network

Similar Papers 제목 키워드 기반

SLAMFormer-$\infty$: Infinite SLAM Transformer for Unbounded Frontend and Backend Processing

2026-08-04 · Zhijian Fang, Weicheng Zheng, Yijun Yuan, Weibang Wang 외 arxiv

We introduce the Infinite SLAM Transformer (SLAMFormer-$\infty$), the first geometric transformer capable of supporting both long-range frontend and backend processing without an explicit distance bound. Instead of relyi…

CADIR: A Cross-Backend Editable Intermediate Representation for Agentic CAD Generation

2026-08-01 · Yu Liu, Jingzhe Ni, Yiming Chen, Junqi Huang 외 arxiv

Large language models have made it possible to generate executable computer-aided design (CAD) programs from natural-language descriptions or images. However, existing methods represent modeling processes as backend-spec…

Efficient Serving of LLM Applications with Probabilistic Demand Modeling

2025-06-17 · Yifei Liu, Zuo Gan, Zhenghao Gan, Weiye Wang 외

Applications based on Large Language Models (LLMs) contains a series of tasks to address real-world problems with boosted capability, which have dynamic demand volumes on diverse backends. Existing serving systems treat …

Scheduling

Enabling Performant and Flexible Model-Internal Observability for LLM Inference

2026-05-11 · Nengneng Yu, Sixian Xiong, Yibo Zhao, Wei Wang 외 arxiv

Today's inference-time workloads increasingly depend on timely access to a model's internal states. We present DMI-Lib, a high-speed deep model inspector that treats internal observability as a first-class systems primit…

IICPilot: An Intelligent Integrated Circuit Backend Design Framework Using Open EDA

2024-07-17 · Zesong Jiang, Qing Zhang, Cheng Liu, Long Cheng 외

Open-source EDA tools are rapidly advancing, fostering collaboration, innovation, and knowledge sharing within the EDA community. However, the growing complexity of these tools, characterized by numerous design parameter…

Script Generation