gpu_performance_api
gpu_performance_api copied to clipboard
GPU Performance API for AMD GPUs
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...
"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...