pytorch / xla

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

Op info test for `index_add .. linalg.diagonal` #7554

Closed qihqi closed 1 month ago

qihqi commented 3 months ago

Fix the Op info test for index_add .. linalg.diagonal

  1. Find the lines 398 to 402 of test_ops.py and remove index_add .. linalg.diagonal 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:

wenxindongwork commented 2 months ago

working on this

wenxindongwork commented 1 month ago

fixed in https://github.com/pytorch/xla/pull/7835