-
The premise of this tool is to leverage knowledge of character variants, which includes the source characters of various radicals, whether dictionary-indexed, simplified, or otherwise transformed in a…
-
### 🚀 The feature, motivation and pitch
Downstream torch.compile user here.
I recently went through a bit of a frustrating process where I was under the naive and mistaken impression that the tor…
-
### 🚀 The feature, motivation and pitch
This RFC proposes an enhancement to torch.compile to improve its backend agnosticism. The goal is to enable a more seamless experience for users working with d…
-
CC0 gives everyone the right to do whatever, including for example, selling commercial products based on the decompilation (that would violate Nintendo's copyright anyway) without source code.
It's…
-
After enabling aten2aten decomps:
===== dlrm_backward_0 ======
Generating testing data...
aten2aten decomp: aten.detach.default
aten2aten decomp: aten.detach.default
aten2aten decomp: aten.deta…
-
I was starting to look at failing inductor models with `functorch.config.use_functionalize=True` turned on, and one failure that I noticed is:
```
// run this
python benchmarks/timm_models.py --flo…
-
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
…
-
Hi,
```
from argparse import Namespace
import ghidrecomp
...
...
...
def decompile_elf2(self, binary_path, output_file):
ns = Namespace(bin=binary_path, cppexport=False, filters=…
-
### Expected behavior
We are simulating QAOA on an NVIDIA DGX system.
Since the new pennylane version (v0.22) supports cuQuantum using the "lightning.gpu" device, we want to use it for potential sp…
-
Support for `export(..., pre_dispatch=True)` was added to make sure autograd (and autocast) functionality (e.g. `torch.no_grad`) continue to work on exported graphs. This is needed for training on an …