pytorch / xla

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

Op info test for `linalg.lu_solve` #7493

Open qihqi opened 4 months ago

qihqi commented 4 months ago

Fix the Op info test for linalg.lu_solve

  1. Find the line 128 of test_ops.py and remove linalg.lu_solve 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:

JackCaoG commented 4 months ago

test_ops.py link seems incorrect

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

ManfeiBai commented 1 month ago
  1. test_ops.py

thanks, updated to https://github.com/pytorch/xla/blob/master/experimental/torch_xla2/test/test_ops.py

simonteozw commented 2 weeks ago

Hi @ManfeiBai was looking through and am keen to try this issue!