<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: b33pr</title><link>https://news.ycombinator.com/user?id=b33pr</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 13 Sep 2026 11:12:34 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=b33pr" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by b33pr in "Why am I no longer qualified to be a Brex customer?"]]></title><description><![CDATA[
<p>As a startup CEO that uses Brex and hasn’t been kicked off I have to say that I’m strongly considering self-evicting. What a shitty way to handle this.</p>
]]></description><pubDate>Fri, 17 Jun 2022 14:01:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=31778294</link><dc:creator>b33pr</dc:creator><comments>https://news.ycombinator.com/item?id=31778294</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31778294</guid></item><item><title><![CDATA[New comment by b33pr in "Zero knowledge proofs in RISC-V"]]></title><description><![CDATA[
<p>I’m in favor ¯\_(ツ)_/¯ (also a founder)</p>
]]></description><pubDate>Fri, 06 May 2022 05:52:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=31281738</link><dc:creator>b33pr</dc:creator><comments>https://news.ycombinator.com/item?id=31281738</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31281738</guid></item><item><title><![CDATA[New comment by b33pr in "The Effects of Major Retailers Raising Their Minimum Wages"]]></title><description><![CDATA[
<p>Of course! So all the skyrocketing rents across the country have been caused by all the minimum wage increases! Like when that last increase in the federal minimum happened… when was that again?</p>
]]></description><pubDate>Tue, 07 Dec 2021 15:33:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=29473500</link><dc:creator>b33pr</dc:creator><comments>https://news.ycombinator.com/item?id=29473500</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29473500</guid></item><item><title><![CDATA[New comment by b33pr in "Tensor Compilers: Comparing PlaidML, Tensor Comprehensions, and TVM"]]></title><description><![CDATA[
<p>Thank you so much for pointing this out. We'll get updated numbers out soon. How did you benchmark plaid, out of curiosity? The error which I correct here (<a href="https://github.com/brianretford/nnvm-rocm/blob/master/mxnet_imagenet_inference.py" rel="nofollow">https://github.com/brianretford/nnvm-rocm/blob/master/mxnet_...</a>) was caused by a desire to roughly approximate how keras does things, and plaidbench w/ keras is the easiest way for us to evaluate things, though it definitely adds in a lot of overhead. My script roughly matches the numbers I get out of your script, though I will say that I think the TVM time_evaluator should be calling Sync on the inside of its loop, to be fair (which I patched it to do to compare against your methodology). It doesn't make a huge difference, but it does exist.<p>If I just pull the overall kernel runtime from our logs, I get ~525 inferences/sec.</p>
]]></description><pubDate>Tue, 22 May 2018 04:27:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=17123706</link><dc:creator>b33pr</dc:creator><comments>https://news.ycombinator.com/item?id=17123706</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17123706</guid></item><item><title><![CDATA[Build a DeepLens-Style Camera Using Completely Open Source Tools]]></title><description><![CDATA[
<p>Article URL: <a href="http://vertex.ai/blog/practical-embedded-object-detection-with-plaidml">http://vertex.ai/blog/practical-embedded-object-detection-with-plaidml</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=16219475">https://news.ycombinator.com/item?id=16219475</a></p>
<p>Points: 7</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 24 Jan 2018 01:06:11 +0000</pubDate><link>http://vertex.ai/blog/practical-embedded-object-detection-with-plaidml</link><dc:creator>b33pr</dc:creator><comments>https://news.ycombinator.com/item?id=16219475</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16219475</guid></item><item><title><![CDATA[New comment by b33pr in "Show HN: PlaidML, open source deep learning for any GPU"]]></title><description><![CDATA[
<p>To expand on this a bit, NNVM is mostly a graph serialization format and graph optimizer with a cuda/cudnn (and now TVM) backend. In this NNVM is very similar to XLA. Our approach handles both full graph optimization (though we have a lot of work to do there) and kernel creation and optimization through an intermediate language called Tile. TVM seems somewhat derivative of our approach, though it lacks a reasonable mechanism for optimizing kernels.<p>PlaidML and Tile are able to create optimal kernels for just about any architecture. This approach reduces dependencies and ensure that new hardware will just work.<p>We intend to have NNVM and Tensorflow backends in the future. The keras backend is only 2000 lines of code (thanks to tile).</p>
]]></description><pubDate>Sat, 21 Oct 2017 00:48:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=15520063</link><dc:creator>b33pr</dc:creator><comments>https://news.ycombinator.com/item?id=15520063</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15520063</guid></item><item><title><![CDATA[New comment by b33pr in "Show HN: PlaidML, open source deep learning for any GPU"]]></title><description><![CDATA[
<p>We have done some preliminary tests. We need to tweak the configuration before we formally support them. When we officially release os-x support we will also support Intel GPUs (should happen in the next two weeks)</p>
]]></description><pubDate>Fri, 20 Oct 2017 21:53:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=15519366</link><dc:creator>b33pr</dc:creator><comments>https://news.ycombinator.com/item?id=15519366</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15519366</guid></item><item><title><![CDATA[New comment by b33pr in "Show HN: PlaidML, open source deep learning for any GPU"]]></title><description><![CDATA[
<p>Yeah we'll be able to as soon as their OpenCL driver supports it or we write a direct ROCm backend. We have one in the lab now -- we definitely have room to improve its perf. We'll be looking at that a lot more in the future.</p>
]]></description><pubDate>Fri, 20 Oct 2017 20:25:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=15518886</link><dc:creator>b33pr</dc:creator><comments>https://news.ycombinator.com/item?id=15518886</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15518886</guid></item><item><title><![CDATA[New comment by b33pr in "Show HN: PlaidML, open source deep learning for any GPU"]]></title><description><![CDATA[
<p>Actually, if you're adventurous, you can clone it from github and build on your mac with bazel, but, your experience may suck in terms of performance (that's why it's not officially released yet). But, because you have an AMD, it will probably work well.<p>You would need to:
bazel build -c opt plaidml:wheel plaidml/keras:wheel<p>and then<p>sudo pip install bazel-bin/plaidml/<i>whl bazel-bin/plaidml/keras/</i>whl</p>
]]></description><pubDate>Fri, 20 Oct 2017 19:28:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=15518543</link><dc:creator>b33pr</dc:creator><comments>https://news.ycombinator.com/item?id=15518543</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15518543</guid></item><item><title><![CDATA[New comment by b33pr in "Show HN: PlaidML, open source deep learning for any GPU"]]></title><description><![CDATA[
<p>The Mac build should be coming in the next two weeks. We're just tweaking compiler parameters to make sure Intel GPUs work as well as they should.</p>
]]></description><pubDate>Fri, 20 Oct 2017 18:06:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=15517881</link><dc:creator>b33pr</dc:creator><comments>https://news.ycombinator.com/item?id=15517881</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15517881</guid></item><item><title><![CDATA[New comment by b33pr in "Accidentally destroyed production database on first day of a job"]]></title><description><![CDATA[
<p>So the company's fault. Embarrassing they tried to blame the new guy. So many things wrong with this.</p>
]]></description><pubDate>Sun, 04 Jun 2017 05:49:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=14480063</link><dc:creator>b33pr</dc:creator><comments>https://news.ycombinator.com/item?id=14480063</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14480063</guid></item><item><title><![CDATA[New comment by b33pr in "Visual Studio Code 1.7"]]></title><description><![CDATA[
<p>Vscode + vim is a great combo</p>
]]></description><pubDate>Thu, 03 Nov 2016 13:15:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=12863653</link><dc:creator>b33pr</dc:creator><comments>https://news.ycombinator.com/item?id=12863653</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12863653</guid></item><item><title><![CDATA[New comment by b33pr in "“But he does good work.”"]]></title><description><![CDATA[
<p>My housemate dated him for a while. It's pretty much all true.</p>
]]></description><pubDate>Tue, 21 Jun 2016 15:00:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=11946090</link><dc:creator>b33pr</dc:creator><comments>https://news.ycombinator.com/item?id=11946090</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11946090</guid></item></channel></rss>