Vengineerの戯言

人生は短いけど、長いです。人生を楽しみましょう!

2017 EuroLLVM : “XLA: Accelerated Linear Algebra”


2017 EuroLLVM Developers' Meeting にて、
XLA: Accelerated Linear Algebraの発表がありました。

 We'll introduce XLA, a domain-specific optimizing compiler and runtime for linear algebra. 
 XLA compiles a graph of linear algebra operations to LLVM IR 
 and then uses LLVM to compile IR to CPU or GPU executables. 

 We integrated XLA to TensorFlow, and XLA sped up a variety of internal 
 and open-source TensorFlow benchmarks by up to 4.7x with a geometric mean of 1.4x.

ビデオも公開されました。