Peter Lohrmann

Results 23 comments of Peter Lohrmann

AMD's HIP implementation on Linux is based on ROCm, so your best bet appears to be the ROCProfiler available here: https://github.com/ROCm-Developer-Tools/rocprofiler I haven't used it myself, but hopefully it will...

It really depends on how you are starting / stopping the samples. It is not possible to be collecting two samples at the same time, even if they are from...

Ah okay, so a slightly older device. Based on my memory, the hardware or driver does not properly support RGP, so there is no way to get it working. The...

Hi AnonymousRonin, I apologize for our unusual build process. Currently you need to run the python script at "build\pre_build.py" to download additional dependencies from various GitHub repos, and that will...

Thanks for bringing this to our attention. I had forgotten all about PAPixelsPerTriangle as something that we used to support, and I do agree it would be a useful counter...

At this time GPUPerfAPI does not support streaming counters on Vulkan API. I would not recommend attempting to implement it, because we have also not released any information about how...

I absolutely love that you've incorporated it into your benchmark and are using that information to iterate on your development! As a side comment, if you move to Radeon RX...

It is true that CommandLists cannot be re-used when using GPUPerfAPI, and the reasoning is very subtle. When your application calls GpaBeginCommandList() GPUPerfAPI is calling into the driver to enable...

Ah okay, yes, PIX does not currently work nicely with AGS. If you are associated with a game studio that has an AMD DevTech Engineer, please contact them to connect...

Sorry that nobody responded to this much sooner. We also discovered the 0 results on various hardware, unfortunately soon after we had re-introduced those counters. This is actually a side...