pytorch / xla

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

Op info test for `constant_pad_nd` #7367

Closed qihqi closed 2 weeks ago

qihqi commented 2 months ago

Fix the Op info test for constant_pad_nd

  1. Find the line 33 of test_ops.py and remove constant_pad_nd 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

can be closed