qihqi

Results 93 issues of qihqi

## 🚀 Feature https://pytorch.org/vision/stable/generated/torchvision.ops.roi_align.html?highlight=roi_align#torchvision.ops.roi_align Few ideas: 1. Use torch decomposition in here: https://github.com/pytorch/vision/blob/main/torchvision/ops/roi_align.py#L115 ; tried this and found out jax OOMs pointing here: https://github.com/pytorch/vision/blob/main/torchvision/ops/roi_align.py#L74 so the issue seems that the...

## 🐛 Bug ## After updating XLA pin from 32ebd694c4d0442e241d76324ff1a721831366b4 to 590cd6fcd1ed24ab9cf494789a0fc524b94a4a6a in PR https://github.com/pytorch/xla/pull/8079/files Our CI has the following failure: https://github.com/pytorch/xla/actions/runs/11060810258/job/30732124138?pr=8079 ? the object that is failed to build...

## Fix the Op info test for `linalg.ldl_factor_ex` 1. Find the line 122 of [test_ops.py](test/test_ops.py) and remove `linalg.ldl_factor_ex` from `skip_list` 2. Run op_info test with `pytest test/test_ops.py` 3. Fix the...

good first issue
torchxla2

## Fix the Op info test for `linalg.householder_product` 1. Find the line 118 of [test_ops.py](test/test_ops.py) and remove `linalg.householder_product` from `skip_list` 2. Run op_info test with `pytest test/test_ops.py` 3. Fix the...

good first issue
torchxla2

## Fix the Op info test for `empty_permuted` 1. Find the line 53 of [test_ops.py](test/test_ops.py) and remove `empty_permuted` from `skip_list` 2. Run op_info test with `pytest test/test_ops.py` 3. Fix the...

good first issue
torchxla2

## Fix the Op info test for `complex` 1. Find the line 32 of [test_ops.py](test/test_ops.py) and remove `complex` from `skip_list` 2. Run op_info test with `pytest test/test_ops.py` 3. Fix the...

good first issue
torchxla2

## Fix the Op info test for `combinations` 1. Find the line 31 of [test_ops.py](test/test_ops.py) and remove `combinations` from `skip_list` 2. Run op_info test with `pytest test/test_ops.py` 3. Fix the...

good first issue
torchxla2

## Fix the Op info test for `cholesky_solve` 1. Find the line 30 of [test_ops.py](test/test_ops.py) and remove `cholesky_solve` from `skip_list` 2. Run op_info test with `pytest test/test_ops.py` 3. Fix the...

good first issue
torchxla2

## Fix the Op info test for `linalg.lu_solve` 1. Find the line 128 of [test_ops.py](https://github.com/pytorch/xla/blob/master/experimental/torch_xla2/test/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...

good first issue
torchxla2