Hello everyone, I just started to use the Visual Profiler and I want to be able to show some statistics of my program.
Basically, I’m developing a library for solving system linear of equations with CUBLAS.
I want to be able to the following things:
-
Show the average of GB/s spent in the program(in this case I run the visual profiler analyzing one of the numerical methods - bicg).
-
Show the average of time distributing of data into the cuda cores.
Are they possible? How can I accomplish each one of that two?
The following is was I obtained:
How can I use the last results to calculate the requested?