You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After 4dd213b by @justin-ngo-arm, I see Conversion/TorchToTosa/basic.mlir test is failing on my ARM-based MacbookPro for torch.aten.uniform check. This line doesn't match:
@dbabokin I've tagged you in a comment in this recently merged PR - #3855 - which includes the fix for the issue. Please let me know if this resolves your problem and we can close the issue out. Thank you!
After 4dd213b by @justin-ngo-arm, I see
Conversion/TorchToTosa/basic.mlir
test is failing on my ARM-based MacbookPro fortorch.aten.uniform
check. This line doesn't match:torch-mlir/test/Conversion/TorchToTosa/basic.mlir
Line 2266 in 7058f45
Instead I have the following line in my output:
Which is also uniform distribution, but with different random numbers. The test works fine for me on x86 Linux, though.
I'm not sure if the test needs to be fixed or
torch.aten.uniform
itself to be more reproducible across platforms.The text was updated successfully, but these errors were encountered: