Edward Z. Yang

Results 1181 comments of Edward Z. Yang

I don't think @eellison is proposing that (aliases of) inputs/outputs get donated this way. Only intermediates that do not escape. Because the intermediate does not escape, it is impossible for...

The zero-ness of 0.0 is, I suppose, the crux of other issues like this one: ``` >>> sympy.Float(0.0) + sympy.Float(0.0) 0 ``` I'd prefer not to lose the float-ness in...

Land xla, and then land pytorch with xla pin update, I think? @JackCaoG

https://github.com/block/goose/issues/1600 and https://github.com/block/goose/issues/1624 are likely dupes of this. And yes I'm affected too!

Yep, I think so, thanks for posting the reference!

IIRC, this was intentional, because you can prove A |- A but not A |- B lol

I guess I'll wait till the builds are passing to review

Invariant is everything has output node. Make it return an empty tuple in the pass, thanks!