-
### 🐛 Describe the bug
I encountered an `Segmentation fault` in PyTorch when attempting to use `torch.jit._fork` and `torch.jit.trace` . Below is a simplified version of the code that reproduces th…
-
Currently only x86_64.
As far as I recall arm64/aarch64 builds fail with a compile error and ppc64le is not supported upstream.
cc @xhochy
-
# Bug report
### Bug description:
Attempting to install cython on the 3.13 branch fails with what looks like an infinite loop that sits there and burns CPU forever.
I have bisected this to ht…
-
The `"frame-pointer"="reserved"` attribute is useful for compiling functions that don't want the overhead of saving, setting, and restoring frame pointers in their prologue and epilogue, but still wan…
-
### Context
[JIT Emitters](https://github.com/openvinotoolkit/openvino/blob/42f1cb095143f19c0b9ee25836c29748bc8d9bf2/src/plugins/intel_cpu/src/emitters/README.md) are part of code generation featur…
-
### Context
[JIT Emitters](https://github.com/openvinotoolkit/openvino/blob/42f1cb095143f19c0b9ee25836c29748bc8d9bf2/src/plugins/intel_cpu/src/emitters/README.md) are part of code generation featur…
-
### Description
In the old version, `min_count_to_compile_expression` was 3, which meant that each executor had to encounter the same CompileDAG more than three times before it could be compiled, w…
-
It looks like disabling JIT only disables turbofan since a more recent version, perhaps we want to revert that change just as the Vanadium folks: https://github.com/GrapheneOS/Vanadium/commit/09797bd6…
-
### Context
[JIT Emitters](https://github.com/openvinotoolkit/openvino/blob/42f1cb095143f19c0b9ee25836c29748bc8d9bf2/src/plugins/intel_cpu/src/emitters/README.md) are part of code generation featur…
-
# [RFC] Aten Operators in Triton for Multi-backend support
## Abstract
This RFC discusses
1. the benefits and challenges of developing dispatch functions for Aten operators in Triton.
2. a…