-
**CPU:** AMD Ryzen Threadripper 2950X
**OS:** Gentoo Linux
**Kernel:** 6.10.0-pf4-x86_64
**Desktop:** Hyprland (Wayland)
**GPUs:** NVIDIA GeForce GTX 970 (primary), NVIDIA GeForce RTX 2070
**Driv…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Community Note
* Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com…
-
Hi,
I use the profiler with Tensorflow 2 and a NVIDIA Quadrio RTX 6000 GPU and when I inspect the memory usage with my model, I get some operations in the memory breakdown table in the memory profi…
-
| | |
| --- | --- |
| Bugzilla Link | [10973](https://llvm.org/bz10973) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@efriedma-quic,@jryans,@tkremenek |
#…
-
i'm working on a project using `tungstenite` right now, and after profiling my code I noticed it's doing a lot of allocations so i'm looking to replace it with something faster and more lightweight. i…
tdudz updated
2 years ago
-
Notes from investigating a 20-30 second start-up delay in a virtual machine environment using fast, but non-local storage.
# Summary
* Unknown ~10 second delay seen in logs near the time that I/…
-
Hello everyone :)
I have recently created a very similar Package called [TestNoAllocations.jl](https://github.com/BloodWorkXGaming/TestNoAllocations.jl) which solves a similar purpose of finding allo…
-
### Affected Resource(s)
- vcd_vapp_vm
### Terraform Configuration Files
```hcl
resource "vcd_vapp_vm" "demo_vm_wordpress" {
vapp_name = vcd_vapp.demo_vapp.name
name = "demo…
-
https://wiki.openstreetmap.org/wiki/Tags
# Requirements
## Key
A key type, at its simplest it could be a `&'static str` or `String`. See also: .
- No heap usage when using `&'static str`s.…
-
```
julia> using BenchmarkTools
julia> a = [1, 2]
2-element Array{Int64,1}:
1
2
julia> b = [3, 4]
2-element Array{Int64,1}:
3
4
julia> @btime vcat(a, b)
180.394 ns (1 allocation…