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 `sparse.mm .. special.xlog1py` #7569

Closed qihqi closed 2 months ago

qihqi commented 3 months ago

Fix the Op info test for sparse.mm .. special.xlog1py

  1. Find the lines 478 to 482 of test_ops.py and remove sparse.mm .. special.xlog1py 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: