gpu_performance_api icon indicating copy to clipboard operation
gpu_performance_api copied to clipboard

GPU Performance API for AMD GPUs

Results 33 gpu_performance_api issues
Sort by recently updated
recently updated
newest added

I do not get how to reuse CLs with this lib. Whenever I tried to GpaBeginCommandList() on CL which called GpaBeginCommandList() AND GpaEndCommandList() I get en error "Command List already...

bug

"The documentation is hosted publicly at: https://gpuopen.com/manuals/gpu_performance_api_manual/gpu_performance_api_manual-main_api/" This link is currently broken. I believe this is the correct link: https://gpuopen.com/manuals/gpu_performance_api_manual

Hello there, Calling `GpaGetSupportedSampleTypes` on my GPU (RX 7600 XT) with Vulkan only returns `kGpaContextSampleTypeDiscreteCounter` but not `kGpaContextSampleTypeStreamingCounter`, so I'm not able to access streaming counters like `WaveOccupancyPct`. Is there...

enhancement