Mayank Mishra
Mayank Mishra
@mikaylagawarecki I have fixed the blotched rebase.
> nit: could we use `OpMath` rather than hardcoding the `half`, `float` case here? e.g., > > https://github.com/pytorch/pytorch/blob/bf7db4e4f9f07765e63d9ce1c98c5962bafe4608/aten/src/ATen/OpMathType.h#L16 @eqy I dont understand how to use this. Can you give an...
@eqy @mikaylagawarecki I am done with the changes and all cases pass now. I am not sure how to use the OpMathType. Can one of you push changes for that?
@eqy @mikaylagawarecki pinging again
guys can we get this merged?
@eqy @kkontny my knowledge of C++ isnt great ```cpp using opmath_t = opmath_type; upcasted_input = input.to(opmath_t()) ``` this doesn't compile, can you push a fix?
@eqy figured it out I think its fixed now.
@eqy pinging again
failing tests seem unrelated @eqy @mikaylagawarecki
@eqy any updates on this?