-
Currently, we can't use python_callable if we want to retrace because it does half of transform for execution.
We should absolutely get a flag on python_callable for that because we have a workaroun…
-
### 🐛 Describe the bug
Can not use `del` and `gc` to release memory after trace/freeze.
To track memory malloc/release
```
diff --git a/c10/core/impl/alloc_cpu.cpp b/c10/core/impl/alloc_cpu.cpp
…
-
We support fat builds of Python on macOS, in particular used for the "Universal 2" installers on macOS (``configure --enable-universalsdk --with-universal-archs=universal2``). This uses clang's builti…
-
I hope this message finds you well. I have encountered a segmentation fault when running a Python program using PyPy with JIT enabled (threshold=1). When running the script with JIT disabled (--jit of…
-
This issue serves as a backup of some ideas discussed in the Gitter room.
# Result caching in combination with Numba
## Premise
One clear application of numba is the speedup of costly computa…
-
### 🐛 Describe the bug
When scripting a class which relies on `torch.Tensor.bool`, the method is not found and errors out with `'Tensor' object has no attribute or method 'bool'.`.
```python
im…
-
### Describe the issue
If IPEX is not built with AOT for current device enabled, JIT will generate objects for current GPU (XPU). However, even if I run the same codes with same parameters after re…
-
This error occurred while using the following versions:
- Python version 3.10.12
- PyTorch version 1.8.2
- wasmedge 0.14.1
- wasi-nn 0.10.1.0
I tried to modify the pytorch-mobilenet-image exa…
-
Poking around in `pyperf`, I see that it has some hardcoded options for whether a particular implementation has a JIT or not:
[_utils.py:192-200](https://github.com/psf/pyperf/blob/2b9591dcc5be2899…
-
### Description
I can reproduce this on a v5e-litepod8 TPU. It seems that random calls get stuck if called from a pure_callback call. I have not found a workaround so far. Here's a snippet to reprodu…