-
### Description
The following phpseclib testsuites fail on x86-64-v4 with tracing JIT only:
* tests/Unit/Crypt/RC2Test.php
Reproducer: https://github.com/danog/jit_bugs, `bugs/phpseclib.sh …
danog updated
7 hours ago
-
Currently, we are decorating every method and function inside the `jaxsim.api` with `jax.jit`. Yet, this introduces an overhead as the inner functions get compiled multiple times:
Single JIT
Multip…
-
The jit will be a tracing jit, not a method jit.
A tracing jit is slower, much more complex and needs more profiling state,
but needs much less memory, esp. on such dynamic apps with lot of dead co…
-
I want to get some flamegraphs from some JIT'd JAX CPU code to understand where time is being spent (in terms of my user-defined functions).
My understanding (based on the [docs](https://jax.readth…
-
In example "execute_AD.py", replacing the lines
```
if __name__ == "__main__":
main(readjson(os.path.join(os.getcwd(), "settings_AD.json")))
```
by
```
if __name__ == "__main__":
se…
-
We ran into an unexpected issue in a context where different scenes are rendered and there isn't a 100% guarantee that they are not alive at the same time.
Specifically, the following code produces…
-
### 🐛 Describe the bug
JIT tracing a quantized model that has forward_pre_hooks throws the following error:
`RuntimeError: Couldn't find method: 'forward' on class: '__torch__.torch.ao.nn.intri…
-
**Describe the Bug**
**Minimal Steps/Code to Reproduce the Bug**
.conda/envs/opensora/lib/python3.9/site-packages/apex/normalization/fused_layer_norm.py", line 412, in forward
if torch.jit.is_…
-
AttributeError: module 'torch.compiler' has no attribute 'is_compiling'
-
# TLDR
This is a lot of text because the issue is complex but if you want the gist:
To not break a lot of tools that rely on unwinding, I propose to fix this by **compiling the JIT stencils with…