LGARDCNEAug 8, 2019

TensorDIMM: A Practical Near-Memory Processing Architecture for Embeddings and Tensor Operations in Deep Learning

arXiv:1908.03072v20.00248 citations
AI Analysis55

It addresses memory bottlenecks in deep learning systems, particularly for recommender systems, with a practical hardware solution that is incremental but offers substantial performance gains.

This paper tackles the memory capacity and bandwidth challenges of embedding layers and tensor operations in deep learning by proposing TensorDIMM, a hardware/software co-design with custom DIMM modules for near-memory processing. A prototype implementation demonstrates an average 6.2-17.6x performance improvement on state-of-the-art recommender systems.

Recent studies from several hyperscalars pinpoint to embedding layers as the most memory-intensive deep learning (DL) algorithm being deployed in today's datacenters. This paper addresses the memory capacity and bandwidth challenges of embedding layers and the associated tensor operations. We present our vertically integrated hardware/software co-design, which includes a custom DIMM module enhanced with near-data processing cores tailored for DL tensor operations. These custom DIMMs are populated inside a GPU-centric system interconnect as a remote memory pool, allowing GPUs to utilize for scalable memory bandwidth and capacity expansion. A prototype implementation of our proposal on real DL systems shows an average 6.2-17.6x performance improvement on state-of-the-art recommender systems.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes