-
From my very brief go-over of the code, it looks like it's only looking for some of the framework-specific trace messages on traced scripts. For more accurate metric, we can add some kind of small mar…
-
#### Feature
Currently, the egraph optimization pass first generates a bunch of alternative instructions, and then does a separate "elaboration" pass to decide which of those instructions to emit a…
-
AFAIU, repeatedly parsing integers is one of the parts of Microsoft 6502 that saved codespace while costing cycles.
Experience indicates that a large number of literal constants are represented by …
-
### Problem description
After upgrade from Uyuni 2023.09 -> 2024.05 we noticed issue with performance of channels build or promotion if there is system register to them.
During investigation we n…
-
The `isLiteralPoolOnDemandOn` is a z Systems particular codegen query. Historically it was used to lock a particular register and designate it to hold the literal pool address throughout the lifetime …
-
If I understand, `fromrawu` is supposed to change the `Vector` into a GPU array here but it doesn't: the first argument of `f2` is based on a `Vector`.
```jl
using AccessibleOptimization, Differe…
-
### Purpose
Check if excluding range of angles for upwind/downwind sailing is necessary. Its possible that the speed objective will prevent upwind/downwind sailing for free. This is because:
- If …
-
**Update on this**, we did a more detailed design review and came up with a better solution, [Idea 3](#idea3) below. Benchmarks confirm this is just as fast as using the native `Nat` and `Int` functio…
dolio updated
2 months ago
-
## Discussion
Opening this issue to track general optimization discussions, feel free to close and split it into specifics if that's better.
**Main caveat:** this list refers to what the crystal…
-
### Discussed in https://github.com/argmin-rs/argmin/discussions/358
Originally posted by **itrumper** May 24, 2023
I have been using the More-Thuente linesearch with a L-BFGS solver on an opt…