peterbell10
peterbell10
Given this is a pre-existing issue in the C++ backend I think it's fine to open an issue for the Intel folks to look at and just skip the test...
> Which version of pytorch are you on? I tried to run your code, but failed. AttributeError: type object 'torch._C.Generator' has no attribute 'graphsafe_set_state' Given that `graphsafe_set_state` doesn't appear in...
In PyTorch we use a cascading summation which is much more stable than the naive summation. IIRC NumPy uses the exact same algorithm in fact. The only difference is that...
@pytorchbot merge
@pytorchbot merge
@pytorchbot merge -r
> Curious - do you think the right place to apply this is at the graph level or perhaps lower inside Inductor? I think this has to be done at...
> What happens to the other PRs after this one? Are still relevant? Do we still want to disable fma at large? This is a tough question. On the stack...
@pytorchbot merge
> Why did the last commit fixes a perf regression? Basically `where(other >= 0, inp, -inp)` was being saved for backwards, which resulted in additional buffers and writes, even if...