paper-with-me

Papers

YFlows: Systematic Dataflow Exploration and Code Generation for Efficient Neural Network Inference using SIMD Architectures on CPUs

2023-10-01 · Cyrus Zhou, Zack Hassman, Ruize Xu, Dhirpal Shah, Vaugnn Richard, Yanjing Li

We address the challenges associated with deploying neural networks on CPUs, with a particular focus on minimizing inference time while maintaining accuracy. Our novel approach is to use the dataflow (i.e., computation order) of a neural network to explore data reuse opportunities using heuristic-guided analysis and a code generation framework, which enables exploration of various Single Instruction, Multiple Data (SIMD) implementations to achieve optimized neural network execution. Our results demonstrate that the dataflow that keeps outputs in SIMD registers while also maximizing both input and weight reuse consistently yields the best performance for a wide variety of inference workloads, achieving up to 3x speedup for 8-bit neural networks, and up to 4.8x speedup for binary neural networks, respectively, over the optimized implementations of neural networks today.

📄 PDF Abstract BibTeX arXiv:2310.00574

Code (0)

등록된 구현이 없습니다.

Tasks

Code GenerationEfficient Neural Network

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

FlowSense: A Natural Language Interface for Visual Data Exploration within a Dataflow System

2019-08-02 · Bowen Yu, Claudio T. Silva

Dataflow visualization systems enable flexible visual data exploration by allowing the user to construct a dataflow diagram that composes query and visualization modules to specify system functionality. However learning …

Machine Translation

Sparseloop: An Analytical Approach To Sparse Tensor Accelerator Modeling

2022-05-12 · Yannan Nellie Wu, Po-An Tsai, Angshuman Parashar, Vivienne Sze 외

In recent years, many accelerators have been proposed to efficiently process sparse tensor algebra applications (e.g., sparse neural networks). However, these proposals are single points in a large and diverse design spa…

tensor algebra

DataFlow-Harness: A Grounded Code-Agent Platform for Constructing Editable LLM Data Pipelines

2026-07-18 · Runming He, Zhen Hao Wong, Hao Liang, Zimo Meng 외 hf

Large language models (LLMs) are increasingly used to automate data-processing workflows, yet coding agents typically produce scripts that are not automatically materialized as persistent, editable platform artifacts. We…

Dataflow Dialogue Generation

2023-08-04 · Joram Meron, Victor Guimarães

We demonstrate task-oriented dialogue generation within the dataflow dialogue paradigm. We show an example of agenda driven dialogue generation for the MultiWOZ domain, and an example of generation without an agenda for …

Dialogue GenerationTranslation

sMolBoxes: Dataflow Model for Molecular Dynamics Exploration

2022-09-23 · Pavol Ulbrich, Manuela Waldner, Katarína Furmanová, Sérgio M. Marques 외

We present sMolBoxes, a dataflow representation for the exploration and analysis of long molecular dynamics (MD) simulations. When MD simulations reach millions of snapshots, a frame-by-frame observation is not feasible …

model