-
**Describe the bug**
_This issue was originally reported in CNCF slack by [Srinivas Bevara](https://cloud-native.slack.com/archives/C01N6P7KR6W/p1722488402533149) and confirmed by @codeboten who aske…
-
We have added a few benchmarks and can run them every time a new release is out. This is the first one.
**edit in the PR https://github.com/jump-dev/ParametricOptInterface.jl/pull/82 we changed some …
-
See https://github.com/async-profiler/async-profiler/pull/713 (cc @NeQuissimus)
Afaict https://github.com/grafana/JPProf/blob/main/lib/src/main/java/jpprof/jfr2pprof.java was copied from async-prof…
-
```
shell> julia --project=.
julia> @time using Stipple
1.721656 seconds (958.61 k allocations: 70.250 MiB, 9.36% gc time, 13.36% compilation time)
```
While on 1.11:
```
Precompiling Stipp…
-
Example:
```
julia> x=rand(10^4);
julia> @btime [quantile($x, 0.05), quantile($x, 0.95)]
160.000 μs (5 allocations: 156.50 KiB)
2-element Vector{Float64}:
0.04742732947951543
0.9507927513…
-
## 🚀 Feature
Allow users to specify regions where CUDA memory allocations are satisfied from a private pool.
## Motivation
CUDA graph capture is our main motivation. But it seems like a handy…
-
Quoting directly from https://github.com/hotg-ai/rune/issues/242#issuecomment-906305787
---
## Remove Copies from the Tensor Definition
The current definition for a "tensor" inside a Rune con…
-
if cant remove the big cache, maybe the normal cache? there's 2allocs/op now... is it possible to remove it?
BenchmarkBigCacheSet-4 2000 10566656 ns/op 6.20 MB/s 4660369 B/op …
-
The documentation talks about memory blocks in several places.
```rust
/// ### Currently allocated memory
///
/// Some of the methods require that a memory block be *currently allocated* via an …
-
1. Use https://www.notion.so/midburn/46612c972293467db07f24c456fe4b2e?v=b1e4bff3b23848c0bc168472a740b89f&p=05b79a1936584bcab460a36a67d570ab
2. Make sure to include correct translations
3. Consul…