Pytorch automatically used the tensor core?

Hi, I was running the imagenet in PyTorch example.

Do I need the add code or give the option for using tensor core? or Pytorch use the tensor core as default mode?

Thanks

No you need to use the pytorch automatic mixed precision library here.

1 Like

Besides what @Dwight_Foster mentioned, on Ampere GPUs the tensor cores will be used through TF32.

1 Like