paper-with-me

Papers

FamilySeer: Towards Optimized Tensor Codes by Exploiting Computation Subgraph Similarity

2022-01-01 · Shanjun Zhang, Mingzhen Li, Hailong Yang, Yi Liu, Zhongzhi Luan, Depei Qian

Deploying various deep learning (DL) models efficiently has boosted the research on DL compilers. The difficulty of generating optimized tensor codes drives DL compiler to ask for the auto-tuning approaches, and the increasing demands require increasing auto-tuning efficiency and quality. Currently, the DL compilers partition the input DL models into several subgraphs and leverage the auto-tuning to find the optimal tensor codes of these subgraphs. However, existing auto-tuning approaches usually regard subgraphs as individual ones and overlook the similarities across them, and thus fail to exploit better tensor codes under limited time budgets. We propose FamilySeer, an auto-tuning framework for DL compilers that can generate better tensor codes even with limited time budgets. FamilySeer exploits the similarities and differences among subgraphs can organize them into subgraph families, where the tuning of one subgraph can also improve other subgraphs within the same family. The cost model of each family gets more purified training samples generated by the family and becomes more accurate so that the costly measurements on real hardware can be replaced with the lightweight estimation through cost model. Our experiments show that FamilySeer can generate model codes with the same code performance more efficiently than state-of-the-art auto-tuning frameworks.

📄 PDF Abstract BibTeX arXiv:2201.00194

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Optimizing the Linear Fascicle Evaluation Algorithm for Multi-Core and Many-Core Systems

2019-05-14 · Karan Aggarwal, Uday Bondhugula

Sparse matrix-vector multiplication (SpMV) operations are commonly used in various scientific applications. The performance of the SpMV operation often depends on exploiting regularity patterns in the matrix. Various rep…

CPUGPUTensor Decomposition

Automated Tensor-Relational Decomposition for Large-Scale Sparse Tensor Computation

2026-03-09 · Yuxin Tang, Zhiyuan Xin, Zhimin Ding, Xinyu Yao 외 arxiv

A \emph{tensor-relational} computation is a relational computation where individual tuples carry vectors, matrices, or higher-dimensional arrays. An advantage of tensor-relational computation is that the overall computat…

Harnessing Deep Learning and HPC Kernels via High-Level Loop and Tensor Abstractions on CPU Architectures

2023-04-25 · Evangelos Georganas, Dhiraj Kalamkar, Kirill Voronin, Abhisek Kundu 외

During the past decade, Deep Learning (DL) algorithms, programming systems and hardware have converged with the High Performance Computing (HPC) counterparts. Nevertheless, the programming methodology of DL and HPC syste…

CPU

RD-Optimized Trit-Plane Coding of Deep Compressed Image Latent Tensors

2022-03-25 · Seungmin Jeon, Jae-Han Lee, Chang-Su Kim

DPICT is the first learning-based image codec supporting fine granular scalability. In this paper, we describe how to implement two key components of DPICT efficiently: trit-plane slicing and rate-distortion-optimized (R…

Decoder

OpenDVC: An Open Source Implementation of the DVC Video Compression Method

2020-06-29 · Ren Yang, Luc van Gool, Radu Timofte

We introduce an open source Tensorflow implementation of the Deep Video Compression (DVC) method in this technical report. DVC is the first end-to-end optimized learned video compression method, achieving better MS-SSIM …

MS-SSIMSSIMVideo Compression