Computer generation of efficient software viterbi decoders

  • Authors:
  • Frédéric de Mesmay;Srinivas Chellappa;Franz Franchetti;Markus Püschel

  • Affiliations:
  • Electrical and Computer Engineering, Carnegie Mellon University, Pittsburgh;Electrical and Computer Engineering, Carnegie Mellon University, Pittsburgh;Electrical and Computer Engineering, Carnegie Mellon University, Pittsburgh;Electrical and Computer Engineering, Carnegie Mellon University, Pittsburgh

  • Venue:
  • HiPEAC'10 Proceedings of the 5th international conference on High Performance Embedded Architectures and Compilers
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper presents a program generator for fast software Viterbi decoders for arbitrary convolutional codes. The input to the generator is a specification of the code and a single-instruction multiple-data (SIMD) vector length. The output is an optimized C implementation of the decoder that uses explicit Intel SSE vector instructions. At the heart of the generator is a small domain-specific language called VL to express the structure of the forward pass. Vectorization is done by rewriting VL expressions, which a compiler then translates into actual code in addition to performing further optimizations specific to the vector instruction set. Benchmarks show that the generated decoders match the performance of available expert hand-tuned implementations, while spanning the entire space of convolutional codes. An online interface to the generator is provided at www.spiral.net.