[www] r292033 - Add XLA, the TensorFlow Compiler, to the list of users.

David Majnemer via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 14 13:43:06 PST 2017


Author: majnemer
Date: Sat Jan 14 15:43:06 2017
New Revision: 292033

URL: http://llvm.org/viewvc/llvm-project?rev=292033&view=rev
Log:
Add XLA, the TensorFlow Compiler, to the list of users.

Modified:
    www/trunk/Users.html

Modified: www/trunk/Users.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/Users.html?rev=292033&r1=292032&r2=292033&view=diff
==============================================================================
--- www/trunk/Users.html (original)
+++ www/trunk/Users.html Sat Jan 14 15:43:06 2017
@@ -425,6 +425,12 @@ multi-core code generation to the compil
     <td><a href="http://ispc.github.com">Intel SPMD Compiler</a></td>
     <td>C-based SPMD language for CPU vector units.</td>
   </tr>
+
+  <!-- Requested on llvm-dev -->
+  <tr>
+    <td><a href="https://www.tensorflow.org/versions/master/experimental/xla/">XLA</a></td>
+    <td>XLA (Accelerated Linear Algebra) is a domain-specific compiler for linear algebra that optimizes TensorFlow computations.</td>
+  </tr>
 </table>
 </div>
 




More information about the llvm-commits mailing list