-
### 🐛 Describe the bug
By testing with the following code, `angle_pi` and `angle_pi_jit` output different results
````python
import torch
angle = torch.zeros(10,device='cpu').uniform_(-7, -3)
…
-
## Reporting a bug
- [x] I have tried using the latest released version of Numba (most recent is
visible in the change log (https://github.com/numba/numba/blob/main/CHANGE_LOG).
- [x] I …
-
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…
-
## 🐛 Bug
With newest version of Docker image (tested on 2024-04-22 ) training with thunder.jit with additional inductor executor gives OOM error.
### To Reproduce
Before each testing each com…
-
![Uploading 屏幕截图 2024-10-27 091525.jpg…]()
-
- add jumping probability to argparse
- add option to omit recording the layer identifier (and jump with equal probability/bunch all nodes together)
- add tests
- output from conversion is the sam…
-
This is a summary of conversation with @OmarDuran, who gets all credits for the observations reported below.
It turns out there is a memory leakage related to the function `pp.matrix_operations.inv…
-
## 🐛 Bug
Doing the following is probably not a good programming style. It might be better to throw an error during compilation or use the correct `self`.
```py
import torch
class A(torch.nn.Mo…
-
## 🐛 Bug
When the binary not operator `~` is used in a module, which is then Jit traced, it causes a crash when the resulting Jit module is moved to and executed on a different device type (e.g. CP…
-
Error occurred when executing ESAM_ModelLoader_Zho:
open file failed because of errno 2 on fopen: No such file or directory, file path: E:\秋叶comfyui\ComfyUI-aki\ComfyUI-aki-v1.3\custom_nodes\ComfyU…