-
I am currently involved in decompiling Pokémon Pinball: Ruby and Sapphire for the Game Boy Advance. Despite using the v4t instruction set, we use unified syntax for disassembled functions. After a cur…
-
### 🐛 Describe the bug
I tried to write a function that an viewed input is processed by a inplace op.
```python
import torch
def transpose_inplace_index_add(x, a, index):
y = x.permute(1,…
-
A common pattern in PyTorch is to have two implementations of a function which have different signatures:
```
- func: upsample_nearest1d.vec(Tensor input, int[]? output_size, float[]? scale_factor…
-
Hi, I'm trying to understand what is the best way to use aot.export with decomposition passed. I could be doing something wrong here too, please let me know.
I had to write some of the code in [exp…
-
### 🐛 Describe the bug
I try to compile an object detection model that uses torchvison's rpn module. it fails when generating anchors with `AssertionError: Mutating module attribute cell_anchors du…
-
Dear support team,
I would like to write a selected decomposition.
The only method to write decomposition as I saw is `m.writeAllDecomps('Test.dec')`.
Would you please, How can I write a specifi…
-
Hi,
Just one question have possibility to support later Diablo II 1.14d ?
Best Regards
-
Dear support team,
I am working on some formulations in which I would like to visualize the problem structure. I am trying to run this as shown [here](https://scipopt.github.io/PyGCGOpt/examples/cp…
-
In order for PyTorch/XLA to support the PyTorch core ATen opset, it requires lowering each core ATen op in PyTorch/XLA. This issue is used to track the PyTorch/XLA lowering for **aten_pixel_shuffle**.…
-
### 🐛 Describe the bug
It's possible decomps fix this problem, but without decomps the graph is not as good as it could be:
```
import torch
from torch._functorch.aot_autograd import aot_export_…