Pod-racing: bulk-bitwise to floating-point compute in racetrack memory for machine learning at the edge

Sebastien Ollivier,Xinyi Zhang,Yue Tang,Chayanika Choudhuri,Jingtong Hu,Alex K. Jones
DOI: https://doi.org/10.1109/mm.2022.3195761
IF: 2.8212
2022-11-04
IEEE Micro
Abstract:Convolutional neural networks (CNNs) have become a ubiquitous algorithm with growing applications in mobile and edge settings. We describe a compute-in-memory (CIM) technique called POD-RACING using Racetrack memory (RM) to accelerate CNNs for edge systems. Using transverse read, a technique that can determine the number of "1"s in multiple adjacent domains, POD-RACING can efficiently implement multioperand bulk-bitwise and addition computations, and two-operand multiplication. We discuss how POD-RACING can implement both variable precision integer and floating point arithmetic using digital CIM. This allows both CNN inference and on-device training without expensive data movement to the cloud. Based on these functions we demonstrate the implementation of several CNNs with backpropagation using RM CIM and compare these to the state-of-the-art implementations of CNN inference and training. During training, POD-RACING improves efficiency by 2×, energy consumption by ≥27%, and increases throughput by ≥18% versus a state-of-the-art field-programmable gate array accelerator.
What problem does this paper attempt to address?