-
Notifications
You must be signed in to change notification settings - Fork 3
What are valid options for --hsapm --counterlist
#2
Comments
Right now you need to go to this repo.. We are working with this team to clean up the documentation https://github.com/GPUOpen-Tools/GPA https://github.com/GPUOpen-Tools/GPA/tree/master/GPUPerfAPI/doc On Aug 29, 2016, at 9:40 AM, almson <[email protected]mailto:[email protected]> wrote: What is the list of available counters, and how do I specify them? (Ie, --counterlist=counter1,counter2?) — |
You can get the list of available counters by running the following command: ./CodeXLGpuProfiler --list To have the list of counters saved to a file, you would use: ./CodeXLGpuProfiler --list --outputfile counters.txt You would then specify the set of counters to use using the following command line: ./CodeXLGpuProfiler --hsapmc --counterfile <counters.txt> "counters.txt" should have one counter name listed per line. |
@chesik-amd Cool, thanks! Looks like I wrote a kernel in GCN assembly which copies memory. The performance is poor. Can I post the code and results to help understand how to interpret the profiler results and how to access memory quickly? |
I've written my question here: https://community.amd.com/thread/204991 |
What is the list of available counters, and how do I specify them? (Ie, --counterlist=counter1,counter2?)
The text was updated successfully, but these errors were encountered: