paper-with-me

Papers

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, Antonio Noack, Hans Pabst, Alexander Breuer, Alexander Heinecke

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 systems is stagnant, relying on highly-optimized, yet platform-specific and inflexible vendor-optimized libraries. Such libraries provide close-to-peak performance on specific platforms, kernels and shapes thereof that vendors have dedicated optimizations efforts, while they underperform in the remaining use-cases, yielding non-portable codes with performance glass-jaws. This work introduces a framework to develop efficient, portable DL and HPC kernels for modern CPU architectures. We decompose the kernel development in two steps: 1) Expressing the computational core using Tensor Processing Primitives (TPPs): a compact, versatile set of 2D-tensor operators, 2) Expressing the logical loops around TPPs in a high-level, declarative fashion whereas the exact instantiation (ordering, tiling, parallelization) is determined via simple knobs. We demonstrate the efficacy of our approach using standalone kernels and end-to-end workloads that outperform state-of-the-art implementations on diverse CPU platforms.

📄 PDF Abstract BibTeX arXiv:2304.12576

Code (1)

plaidml/tpp-mlir

Tasks

CPU

Similar Papers 제목 키워드 기반

PolyScientist: Automatic Loop Transformations Combined with Microkernels for Optimization of Deep Learning Primitives

2020-02-06 · Sanket Tavarageri, Alexander Heinecke, Sasikanth Avancha, Gagandeep Goyal 외

At the heart of deep learning training and inferencing are computationally intensive primitives such as convolutions which form the building blocks of deep neural networks. Researchers have taken two distinct approaches …

Deep Learning

Nautilus: An Auto-Scheduling Tensor Compiler for Efficient Tiled GPU Kernels

2026-04-16 · Yifan Zhao, Yuchen Yang, Matei Budiu, Sasa Misailovic arxiv

We present Nautilus, a novel tensor compiler that moves toward fully automated math-to-kernel optimization. Nautilus compiles a high-level algebraic specification of tensor operators into efficient tiled GPU kernels. Nau…

How to Train Unstable Looped Tensor Network

2022-03-05 · Anh-Huy Phan, Konstantin Sobolev, Dmitry Ermilov, Igor Vorona 외

A rising problem in the compression of Deep Neural Networks is how to reduce the number of parameters in convolutional kernels and the complexity of these layers by low-rank tensor approximation. Canonical polyadic tenso…

Tensor DecompositionTensor Networks

KForge: LLM-Driven Cross-Platform Kernel Generation for AI Accelerators

2026-06-01 · Taras Sereda, Burak Bartan, Ankita Nayak, Tom St. John 외 arxiv

Production inference increasingly targets a heterogeneous mix of accelerators. Agentic pipelines interleave reasoning, tool calls, and multi-agent coordination, each with distinct compute and memory profiles. For optimal…

Code Generation

A weighted subspace exponential kernel for support tensor machines

2023-02-16 · Kirandeep Kour, Sergey Dolgov, Peter Benner, Martin Stoll 외

High-dimensional data in the form of tensors are challenging for kernel classification methods. To both reduce the computational complexity and extract informative features, kernels based on low-rank tensor decomposition…