-
### Describe the bug
The test, `read_write_unsampled_semaphore`, non-deterministically fails with no useful output.
```
FAIL: SYCL :: bindless_images/dx12_interop/read_write_unsampled_semaphor…
-
Doing some memory allocations timeline testing in Chrome has revealed a few spots where Lightning is performing a lot of heap allocations unnecessarily leading to a lot of garbage being generated per …
-
Vectors, Hashmaps, e.t.c all implicitly fail whenever allocations fail. We are already capping the global allocations using `cap`, fallible collections would then ensure we don't panic but rather surf…
-
For tests that spin up any GRPC servers (e.g., cloud plugins, orchestrator, tag service), we need to be careful that tests that run concurrently don't end up using the same ports. While tests in the s…
-
While reviewing OpenSearch instrumentation, we discovered a few place where extra Hash allocations may occur in `perform_request_with_tracing`: https://github.com/newrelic/newrelic-ruby-agent/pull/279…
-
**Describe the bug**
Some errors (deadlocks/OOMs) from `crash/mono_error.txt` do not seem to be reported to Meadow.Cloud.
**To Reproduce**
Steps to reproduce an OOM (out-of-memory error):
1. Cal…
-
Xpress proposals submitted in the UOP should be scheduled, so there needs to be a way for proposals to flow from the UOP submission system into the Scheduler. This will be done via Allocations, which …
-
```
using GeoMakie, JLD
using CairoMakie
#using GLMakie
function go()
data = load("data.jld")
for key in keys(data)
println("$(key) $(typeof(data[key])) $(size(data[key]))…
-
as observed in #82:
```julia
julia> @btime ArbMatrix(rand(Arb(prec=256), 100,100));
4.085 ms (50007 allocations: 3.21 MiB)
julia> @btime ArbMatrix(rand(Arb, 100,100));
4.507 ms (60005 alloc…
-