Abstract
Stream fusion [6] is a powerful technique for automatically transforming high-level sequence-processing functions into efficient implementations. It has been used to great effect in Haskell libraries for manipulating byte arrays, Unicode text, and unboxed vectors. However, some operations, like vector append, still do not perform well within the standard stream fusion framework. Others, like SIMD computation using the SSE and AVX instructions available on modern x86 chips, do not seem to fit in the framework at all. In this paper we introduce generalized stream fusion, which solves these issues. The key insight is to bundle together multiple stream representations, each tuned for a particular class of stream consumer. We also describe a stream representation suited for efficient computation with SSE instructions. Our ideas are implemented in modified versions of the GHC compiler and vector library. Benchmarks show that high-level Haskell code written using our compiler and libraries can produce code that is faster than both compiler- and hand-vectorized C.
Author supplied keywords
Cite
CITATION STYLE
Mainland, G., Leshchinskiy, R., & Jones, S. P. (2013). Exploiting vector instructions with generalized stream fusion. In Proceedings of the ACM SIGPLAN International Conference on Functional Programming, ICFP (pp. 37–48). https://doi.org/10.1145/2500365.2500601
Register to see more suggestions
Mendeley helps you to discover research relevant for your work.