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

Hello. I am trying to profile graphic workloads with AMD tools in Lap top. The GPU metrics I am mostly intersted in is L1/L2/L3 cache hit/miss count. I want to...

Hello, I got several error messages when using renderdoc + gpa. OpenGL driver version is too old. Plesase update your driver. Unable to obtain asic infomation. Unable to get hardware...

您好,我想知道您的项目中是否有关于AMD的GPU超频相关的操作 Hello, I want to know if there are any operations related to AMD GPU overclocking in your project 或者说?设置显存,核心的频率,风扇的转速,功耗,显存电压等相关操作 Or? Set the video memory, core frequency, fan speed, power...

https://github.com/GPUOpen-Tools/gpu_performance_api/blob/30cd97819afd6f560a2dcd6847f5dde1fba08854/source/examples/dx12/dx12_color_cube/cube_sample.cc#L2311 I'm not sure why the sizeof(int) is there? Did the author think memset took a number of DWORDs to memset instead of bytes?

In two samples, the buffer had only one quarter of its size memset to zero due to erroneous divisions by sizeof(int). It probably didn't cause any problem at all, it...

The document only states that for secondary command buffer we need to call this, but didn't state when is the correct time to call this. Should I call it after...

I get GPA_STATUS_ERROR_HARDWARE_NOT_SUPPORTED when I try open new GPU context

The rtti & clashes commits only exist because I am linking statically. I can understand if you don't want to take those patches, but it is easier for me to...

Hello, Thanks for the work you have done here, GPA is a really nice library. I see that you have added Volcanic Islands support in a [recent release](https://github.com/GPUOpen-Tools/GPA/blob/7c28a0c406cd6b86f84773b2f9e7565849af0803/ReleaseNotes.md#L138), and I...

After integrating GPA into a custom OpenGL based engine, it appears that on Navi (specifically a 5700XT Anniversary Edition), the VSVALUInstCount, VSSALUInstCount and associated Busy and BusyCycles counters always read...