TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

XLA: The TensorFlow compiler framework

161 点作者 hurrycane超过 8 年前

4 条评论

ktta超过 8 年前
This page has the first mention of Google TPUs since the initial announcement from Google.<p>Anyone know what the status is? When TPUs will be allowed to be used in Google Cloud?<p>I&#x27;m confused as to why they ever announced it at a big event like Google I&#x2F;O rather than a paper or even a simple blog post if they aren&#x27;t going to give people access to them. There&#x27;s some hint of it being offered in conjunction with TF and other ML cloud offerings in the blog post[1], and this &#x27;XLA compiler framework&#x27; looks it&#x27;s related. But I&#x27;m still wondering how much time people have to wait.<p>[1]:<a href="https:&#x2F;&#x2F;cloudplatform.googleblog.com&#x2F;2016&#x2F;05&#x2F;Google-supercharges-machine-learning-tasks-with-custom-chip.html" rel="nofollow">https:&#x2F;&#x2F;cloudplatform.googleblog.com&#x2F;2016&#x2F;05&#x2F;Google-supercha...</a>
评论 #13354737 未加载
评论 #13358394 未加载
Seanny123超过 8 年前
Neato! I&#x27;m surprised they went with a JIT compiler over a full-on compiler, but that might just be me not understanding: a) Compilers b) How a JIT compiler would apply to this situation<p>My lab-mate Jan Gosmann recently did something similar for our spiking neural network software Nengo [1]. Although it isn&#x27;t Deep Learning, it also builds a computational graph of operations. He ended up optimising the layout of the operations in memory to increase the efficiency of Numpy operations and reduce the amount of time spent in Python. He&#x27;s in the process of writing a paper about it.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;nengo&#x2F;nengo&#x2F;pull&#x2F;1035" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;nengo&#x2F;nengo&#x2F;pull&#x2F;1035</a>
评论 #13355298 未加载
mafribe超过 8 年前
The compiler does not appear to be open at this point. Anybody know when this will change? Which team in Google is writing the compiler?
评论 #13356511 未加载
pilooch超过 8 年前
It bears some similarities with with Nvidia&#x27;s tensorRT that is closed source.