Hubert Błaszczyk

Results 29 comments of Hubert Błaszczyk

Hey @rkazants, I encountered some issues described [here](https://github.com/openvinotoolkit/openvino/issues/23238#issuecomment-2307224307). Could you give me a hint?

@rkazants This one really got me sweating but I was able to fix issues. However, tests cannot compare infinite values even though the outcome is correct.

All checks passed and I addressed code changes.

@rkazants Previous PR #26475 seems to cause failure on ARM and the same happened PR #26512. Should I make separate PR to mark some test cases as xfail or it...

I do not know the reason yet but I viewed failed test cases and the output for the failed test is the same. `Rsqrt PR` ![Screenshot 2024-09-11 123748](https://github.com/user-attachments/assets/5792ac4c-33b9-4656-ae0b-86aaf9a1cc38) `MO Python...

Here in `Rsqrt` I had a problem with an unstable formula at first (It passed tests for small sizes but was really close on bigger ones). I'll try to increase...

@rkazants I think my assumption about numerically unstable formula is true. For example with shape `[1, 3, 20, 150]` I'm getting an AssertionError that's quite close to the acceptable range....

The only other option I found for this operation is iterative multiplication according to the formula for multiplying two complex numbers but I'm not sure how to do it in...

> > @rkazants Previous PR #26475 seems to cause failure on ARM and the same happened PR #26512. Should I make separate PR to mark some test cases as xfail...

@rkazants Does it require any action from me now?