pytorch / xla

Enabling PyTorch on XLA Devices (e.g. Google TPU)
https://pytorch.org/xla
Other
2.45k stars 459 forks source link

Op info test for `_upsample_bilinear2d_aa` #7389

Open qihqi opened 2 months ago

qihqi commented 2 months ago

Fix the Op info test for _upsample_bilinear2d_aa

  1. Find the line 16 of test_ops.py and remove _upsample_bilinear2d_aa from skip_list
  2. Run op_info test with pytest test/test_ops.py
  3. Fix the failure.

Please refer to this guide as guide to fix:

Also refer to these PRs:

ManfeiBai commented 1 week ago

Hi, @Barney-s, thanks for contribution! This issue would be one of the first issue, please feel free to reply this issue, so that we could assign it to you