0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)C++575 forks (575 forks)github user discovery
buggood first issuetestingtorchxla2
Repository metrics
- Stars
- 2,786 stars (2,786 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
Fix the Op info test for linalg.ldl_factor_ex
- Find the line 122 of test_ops.py and remove
linalg.ldl_factor_ex from skip_list
- Run op_info test with
pytest test/test_ops.py
- Fix the failure.
Please refer to
this guide as guide to fix:
Also refer to these PRs:
Contributor guide
- Research direction
- Follow the guide at https://github.com/pytorch/xla/blob/master/experimental/torch xla2/docs/fixing op info test.md. First, remove `linalg.ldl factor ex` from the skip list in test ops.py line 122. Then run `pytest test/test ops.py` to reproduce the failure. Debug by comparing the op info test with similar resolved PRs (e.g., #7343, #7312, #7325) to identify necessary changes in the operator implementation or test configuration.
- Tech stack
- pythonpytorch
- Domain
- machine learningaibackend
- Issue type
- Test
- Prerequisites
- PythonpytestGit