pytorch / xla

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

Op info test for `triangular_solve .. unfold` #7541

Open qihqi opened 2 months ago

qihqi commented 2 months ago

Fix the Op info test for triangular_solve .. unfold

  1. Find the lines 328 to 332 of test_ops.py and remove triangular_solve .. unfold 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 6 days ago

Thanks for the contribution, @cornmander!

please feel free to comment related PRs for op: "triu", "unbind", "unfold_copy", "unfold" in this issue too