-
Hi there, this repo popped up in my GitHub feed. From a stand-alone, only-looking-at-this-repo perspective, I'm able to determine it's a C compiler (though that piece of info is github-specific), but …
jprjr updated
2 years ago
-
Dear support team,
I use pyGCGopt 0.3.1, GCG 3.5.5, SCIP 8.1.0, pySCIPopt 4.4.0 to detect the following instance. The instance has 4200 variables (200 bin, 0 int, 0 impl, 4000 cont) and 7209 constr…
-
RSDKvB Extraction works just fine, however, the repacked rdsk file doesn't seems to work on the compiled APK, now the intro graphics disappeared, and the app crashes before the S2 Screenshots animatio…
-
The golang.org/x/text/unicode/norm package allocs 21.47kB in its init function, regardless of whether the package is ever used.
We should do it lazily, as done in e.g. https://go-review.googlesourc…
-
Following aten2aten decomps are not latter fused by nvFuser, thus hurting the performance.
- [ ] aten.native_layer_norm_backward.default
| Module Name | Eager Time (ms) | WithAtenDecomp Time …
-
### 🐛 Describe the bug
Dynamo fails to produce the graph for RReLU.
It fails when checking if this graph is functional.
``` text
opcode name target args…
-
We landed https://github.com/pytorch/pytorch/pull/84976. What it does is:
- We have some decompositions written in Python.
- We want to use them from C++, in subsystems like forward-mode AD.
- The …
-
When i tried to build sonic mania from https://github.com/Rubberduckycooly/Sonic-Mania-Decompilation it failed with
`CMake Error at dependencies/RSDKv5/CMakeLists.txt:66 (include):
include cou…
-
### 🚀 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…
-
### 🐛 Describe the bug
1. Policy (related): We need to agree on how to handle refs/decomps like `binary_cross_entropy` where the ATen op and the Python frontend have different number/type of argument…