Result for torch.pow
mismatch between PyTorch eager and PyTorch/XLA.
#6750
Labels
torch.pow
mismatch between PyTorch eager and PyTorch/XLA.
#6750
🐛 Bug
The following cases to
torch.pow
result in mismatched results, when comparing with PyTorch eager:Interestingly, the result of these other cases match:
Here are some observation:
0 ** (-1)
should beinf
. Not 0 nor 1Environment
cc @miladm @JackCaoG
The text was updated successfully, but these errors were encountered: