Automatic SIMD Vectorization of SSA-based Control Flow Graphs

Ralf Karrenberg

  • 出版商: Springer
  • 出版日期: 2015-06-29
  • 售價: $2,380
  • 貴賓價: 9.5$2,261
  • 語言: 英文
  • 頁數: 204
  • 裝訂: Paperback
  • ISBN: 3658101121
  • ISBN-13: 9783658101121
  • 海外代購書籍(需單獨結帳)

買這商品的人也買了...

商品描述

Ralf Karrenberg presents Whole-Function Vectorization (WFV), an approach that allows a compiler to automatically create code that exploits data-parallelism using SIMD instructions. Data-parallel applications such as particle simulations, stock option price estimation or video decoding require the same computations to be performed on huge amounts of data. Without WFV, one processor core executes a single instance of a data-parallel function. WFV transforms the function to execute multiple instances at once using SIMD instructions. The author describes an advanced WFV algorithm that includes a variety of analyses and code generation techniques. He shows that this approach improves the performance of the generated code in a variety of use cases.