How to find out that how many cuda cores is used by an application?

Hey!

I want to find out how many cuda cores is my application using. For that I had tried to used tegra system profiler to find out information. But that only gives me information about memory tracing stuff.

Could you help me with an approach to find out used cuda core.

Thanks :-)

Did you try using the Tegra stats utility?
It reports load statistics for each of the CPU cores relative to the current running frequency, or ‘off’ in case a core is currently powered down.
It also reports several other statistics.

For more information, see “Tegra Stats Utility” in the “Utilities” chapter of NVIDIA DRIVE 5.0 Linux SDK/PDK DevGuide.