-
When using `RubyProf::Profile.new(measure_mode: RubyProf::ALLOCATIONS)`, all the profiling results are 0 unless the `track_allocations: true` option is explicitly set.
Is `track_allocations: true` …
-
### Description
Using 2.0.0-exp2, I've noticed that there's some GC as soon as Multiplayer Tools package is added.
The profiler indicated this begins in the Unity Transport class of NGO itself, so…
-
Hi,
This is not really an issue. I am wondering if the following is expected to allocate:
```julia
julia> F = zeros(31,61);
julia> PS = FastSphericalHarmonics.plan_sph_synthesis(copy(F))
Fa…
-
I am trying to use the NKI Allocation API to keep multiple PSUM banks active. In the documentation, I see, "rather than laying out
multiple 128x512 tensors in the same partition with offset `byte_add…
-
## Environment
**TensorRT Version**:8.6.2
**NVIDIA GPU**:Orin
**NVIDIA Driver Version**:
**CUDA Version**:12.2
**CUDNN Version**: 8904
## Description
I have a onnx model. There are some grids…
-
Something changed in Julia 1.10 (Julia is probably tracking more granual allocations), and `ProfileCanvas.jl` is now struggling producing views for allocation. To give a sense of the incrased number o…
-
The tests
```
pkg/vm_service/test/get_allocation_traces_test RuntimeError (expected Pass)
```
are failing on configurations
```
vm-linux-debug-ia32
```
And it's also flaky in release mode.
…
-
Hello,
I have follow the book, at the moment I have created a json for Atmega1284p but during the compilation I have this error:
"LLVM ERROR: Expected a constant shift ammount!"
"error: could n…
-
#### Expected Behaviour
Dynamic allocation should be done deliberately, and avoided when possible. 1 allocation is better than N allocations, and N allocations is better than N*N allocations.
#…
-
**Description:**
Several users have encountered issues with profiling GPU workloads using NVIDIA Nsight Compute (NCU) when the NVIDIA Multiprocess Service (MPS) is enabled. This includes difficulti…