Help

Hi everyone,

I have one confusion,how I have to check, after developing a GPU application ,How many cores in a GPU Card(any GPU Card) is participated in my appication…?Is there any tools for cheking the number of cores working in GPU application?

Please give some good advice?

Regards

sun

You can check the occupancy and multiply by the number of running blocks (though I do nor know how to get those). In general the nvidia profiler will give lots of information.