-
Hi,
```
from argparse import Namespace
import ghidrecomp
...
...
...
def decompile_elf2(self, binary_path, output_file):
ns = Namespace(bin=binary_path, cppexport=False, filters=…
-
Currently, node-artedi serializes and exports metrics in the same form that the user specifies. Take this example:
```
counter.increment({
// Increment this counter with three labels.
one: 'va…
-
Hello,
I tried to compile scorpio with adios2 at derecho.ucar.edu, I got the following error:
/glade/derecho/scratch/haiyingx/scorpio/src/clib/pioc_support.c:360:58: error: expected expression
…
-
There are some ops that explicitly don't have decompositions registered because they are CompositeImplicitAutograd
https://github.com/pytorch/pytorch/blob/bf36d8b987b2ef2fd9cb26bae3acc29c03b05072/t…
-
### 🐛 Describe the bug
```FlopCounterMode``` reports 0 FLOPS when the forward propagation has the inference mode enabled by ```torch.inference_mode()```. The counter works fine if I use ```torch_no_g…
-
### 🐛 Describe the bug
1. predispatch + export + out_dtype fails when running twice. Somewhat mysterious, on second invocation, `make_fx` is baking in a constant as a fake tensor. `pytest test_expo…
-
### 🐛 Describe the bug
Internal xref: https://fb.workplace.com/groups/6829516587176185/posts/7105446536249854/
When slicing into a tensor with data-dependent sizes, it is common to fail on these…
-
### 🚀 The feature, motivation and pitch
I'm working on a backend for Dynamo/Inductor and I would like to "catch" modules at a higher level than the lowered inductor graph. Lowering a high-level opera…
-
UPD:
The standing items:
- add pseudocode. I think pseudocode / compact python implementations would be very useful for understanding what is normalized over and what learned affine weights corres…
-
We should provide linear algrbra operations. See https://pytorch.org/docs/stable/linalg.html for some inspiration.