Tensor Cores

Hi,

May I know your use case?

In most our SDK, GPU cores is used together with Tensor cores.
For example, TensorRT will choose a resource to use for the best performance.

To check this, you can profile the application with nvprof:

tensor_precision_fu_utilization: The utilization level of the multiprocessor function units that execute tensor core instructions on a scale of 0 to 10 (HMMA)
tensor_int_fu_utilization: The utilization level of the multiprocessor function units that execute tensor core int8 instructions on a scale of 0 to 10. This metric is only available for device with compute capability 7.2. (IMMA)

Thanks.