Bartosz Taudul
Bartosz Taudul
This should be fixed by 86c25748.
What is an unique source location in your use case? Is this duplication some artifact of optimization/inlining?
> Because that allocs a new source location per use each srcloc ends up as a unique ID in the UI - so every single zone is uniqued. All of...
> So it looks like it is deduplicating there correctly on load There is no deduplication at load time. Everything is done at capture time. > the GpuEvents cpuStart_srcloc is...
I have no idea. The best course of action would be to try to do a repro case and then debug the server part to find out what exactly happens...
> I know it'd probably be quite an endeavor but would it be possible to add CUDA support? I know nothing about CUDA, so I can't even say if this...
There seems to be some work towards this being done: https://github.com/wolfpld/tracy/compare/master...bcumming:feature/cuda
This has been on my mind for some time now.
As a workaround you may increase the number of minimum values in a histogram bin to eliminate the outliers.
Dumping data collected in buffers should be relatively easy, but it's not enough. The server performs a number of queries to retrieve data from a running client (e.g. source location...