pytorch / xla

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

Op info test for `linalg.matrix_norm` #7494

Open qihqi opened 4 months ago

qihqi commented 4 months ago

Fix the Op info test for linalg.matrix_norm

  1. Find the line 129 of test_ops.py and remove linalg.matrix_norm 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 1 month ago

hi, @danielvegamyhre, this issue would be part of the second issues to try, pelase feel free to reply in this issue, so that we could assign it to you