-
Platforms: asan, linux, slow
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_torchvision_models_regnet_y_400mf&suite=TestVisionTr…
-
### Background
From https://github.com/cowprotocol/services/issues/3027:
> Currently CoW Protocol is in an awkward spot because it can not be the only source of liquidity yet. If all liquidity for a…
-
Error seems to occur when optimizing `GammaC` objective on `gh/Gamma_c` branch, happens on the second optimization step and seems related to the JIT cache? The error also only occurs if attempting an …
-
A tracking issue to link all cases currently not optimized by RyuJIT around bounds checking. Contributes to https://github.com/dotnet/runtime/issues/94941
### Checks inside loops
- [ ] https://github…
-
...to provide a better error message.
Most likely the easiest is to add something like
```
if get_jit_ctx() is not None:
raise NotImplementedError("Re-entrant jitting is not supported"…
-
Our current tier-up threshold is 16, which was chosen a while ago because:
- in theory, it gives some of our 16-bit branch counters time to stabilize
- it seemed to work fine in practice
It turns…
-
We show JIT total time in the UI but without detail. In could be nice to show detailed information.
In plans, we can have info looking like:
```
JIT:
Functions: 2
Options: Inlining false,…
-
Here is my test code:
```python
import collections
import codon
import random
import time
class RollingMedianCodon:
n: int
data: collections.deque[float]
def __init__(self, n…
-
### Is there an existing issue for this bug?
- [X] I have searched the existing issues
### 🐛 Describe the bug
Git commit: 2f583c1549(Current master branch)
## code(Example code in colossal…
-
#### Summary
With Cranelift, it is currently possible for a malicious actor to do a JIT bomb. Wasmtime currently provides a single-pass compiler that should prevent this called Winch.
#### Possibl…