David Majnemer via llvm-dev
2017-Jan-14 00:12 UTC
[llvm-dev] Adding XLA to http://llvm.org/Users.html
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>
Eli Bendersky via llvm-dev
2017-Jan-14 00:22 UTC
[llvm-dev] Adding XLA to http://llvm.org/Users.html
On Fri, Jan 13, 2017 at 4:12 PM, David Majnemer via llvm-dev < llvm-dev at lists.llvm.org> wrote:> 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 >SGTM, obviously ;-) Eli -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170113/e81760b5/attachment.html>
Eric Christopher via llvm-dev
2017-Jan-14 20:24 UTC
[llvm-dev] Adding XLA to http://llvm.org/Users.html
LGTM. On Fri, Jan 13, 2017, 4:13 PM David Majnemer via llvm-dev < llvm-dev at lists.llvm.org> wrote:> 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 > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170114/507658dd/attachment.html>
Chris Lattner via llvm-dev
2017-Jan-17 01:20 UTC
[llvm-dev] Adding XLA to http://llvm.org/Users.html
> On Jan 13, 2017, at 4:12 PM, David Majnemer via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > 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/ <https://www.tensorflow.org/versions/master/experimental/xla/> > > I've attached a patch which adds it to the list of users.LGTM! It would be great if someone could take over ownership of that page. It is soooo out of date :-) -Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170116/29dd3336/attachment.html>