[llvm-dev] Adding XLA to http://llvm.org/Users.html
David Majnemer via llvm-dev
llvm-dev at lists.llvm.org
Fri Jan 13 16:12:09 PST 2017
Hi,
I'd like to add XLA to the list of projects using LLVM. XLA is an
optimizing compiler for TensorFlow computations:
https://www.tensorflow.org/versions/master/experimental/xla/
I've attached a patch which adds it to the list of users.
Thanks,
David Majnemer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170113/034d9939/attachment.html>
-------------- next part --------------
Index: Users.html
===================================================================
--- Users.html (revision 291978)
+++ Users.html (working copy)
@@ -425,6 +425,12 @@
<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-dev
mailing list