-
**Failed in:** [runtime-coreclr outerloop 20241104.1](https://dev.azure.com/dnceng-public/public/_build/results?buildId=859686&view=ms.vss-test-web.build-test-results-tab&runId=22361516&resultId=12330…
-
LINQ has many "fast path" casts to avoid O(n) when it sees the input is a known collection. It seems like there are many opportunities around such casts for JIT. Example:
```cs
object _obj = new MyC…
-
### Description
I'm working on documentation for `debug_nans` and I wrote the following function, which for certain input values calls `jnp.log` on a negative number, producing a `nan` value.
```
…
-
I encountered a segmentation fault when running a Python script with deep recursion on PyPy with JIT disabled. The issue consistently occurs when the recursion depth increases. The same code runs with…
-
- test runtime on pypy is not great, this *might* be because of pure-python pyyaml being slow, #206 would probably help rule that out (or in)
- graal was added commented to GHA, but was even slower t…
-
I am trying to make use codon to speed up few python functions.
Stuck with this error.
```
File "/anaconda3/lib/python3.9/site-packages/codon/decorator.py", line 218, in wrapped
return _…
-
This tool is looking great, would you consider including the ability to use JIT credentials to avoid storing secrets to all the databases inside the application?
-
I have a massive ~1000 line materialized view that takes the Postgres JIT about 7 seconds to do its thing, while the execution itself (on a small table, anyway) is maybe a half second. Since I need to…
-
## 🐛 Bug
Splitter for Thunder as a Dynamo backend should send regions of code under a "no_grad" context manager to Thunder. Currently, it chooses to send these computations to Inductor.
```py
f…
-
### Description
Hi,
I was hoping that someone could help me with this.
Sometimes, when using constants in jitted functions, I get warnings like this one:
```
2024-05-19 20:16:26.694439: E ext…