pytorch / xla

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

[hard] Op info test for `special.airy_ai` #7926

Open ManfeiBai opened 2 months ago

ManfeiBai commented 2 months ago

Fix the Op info test for special.airy_ai

  1. Find the special.airy_ai in test_ops.py and remove special.airy_ai 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:

yenkwang commented 2 months ago

Useful reference related commit reference implementation