cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

dipak
Big Boss

Is there a way to track VGPR usage?

Is there a way to track VGPR usage using CodeXL?  For e.g. can one get feedback from CodeXL about where the VGPRs counts come from?

Please see this thread for more information:

Can I force the compiler to reduce VGPR usage?

0 Likes
4 Replies
dorono
Staff

Hi dipak,

CodeXL 1.4 does not provide this functionality. We're working together with the runtime and compiler teams to improve the visibility of how changes to the high-level source code affect the generated ISA, and highlight resource usage in the ISA code.

0 Likes

Thanks for your reply. In that case, how does CodeXL show the number of VGPRs used by any kernel code?

Regards,

0 Likes

The AMD OpenCL offline compiler provides statistics about resource usage by the compiled kernel. This is the information that CodeXL presents in the Statistics view.

Thanks.

0 Likes