-
## Some background
I've been using JAX for several years to accelerate computation of various scale. For large transformer models, for my use case, the improvement is around 1.5x to 2x compared to Py…
-
| | |
| --- | --- |
| Bugzilla Link | [27360](https://llvm.org/bz27360) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @vns-mn,@fhahn,@hfinkel |
## Extended De…
-
# De-Abstraction
In .NET 10 we hope to further enhance the JIT's ability to remove abstraction overhead from code.
## Stack Allocation Improvements
See https://github.com/dotnet/runtime/issues/104…
-
## 🚀 Feature
- Implicitly handle planar or 3D signed distance fields (SDF).
- Support to initialize from occupancy grid (and calculate SDF internally). Will of course be slow for large and/or 3D g…
-
### Description
```
# Original interval calculation
def _calculate_intervals(res, level, h, sigmah):
quantiles = [(1 + (l / 100)) / 2 for l in level]
out = {}
for l, q in zip(rever…
-
-
| | |
|--------------------|----|
| Bugzilla Link | [PR28097](https://bugs.llvm.org/show_bug.cgi?id=28097) |
| Status | NEW |
| Importance | P normal |
|…
-
### Description & Motivation
I'm suggesting allowing the old behavior to work again. While still giving users the option to use the new behavior if they set self.automatic_optimization=False. The o…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR51694](https://bugs.llvm.org/show_bug.cgi?id=51694) |
| Status | NEW |
| Importance | P enhancemen…
-
### Description
See the attached test case. Compiling a relatively simple function such as the below:
```py
def f(x, y):
t = x * y
for _ in range(n):
t += x * y
…