On this page
torch.cuda.clock_rate
torch.cuda.clock_rate(device=None)[source]- 
    
Returns the clock speed of the GPU SM in Hz Hertz over the past sample period as given by
nvidia-smi.- Parameters
 - 
      
device (torch.device or int, optional) – selected device. Returns statistic for the current device, given by
current_device(), ifdeviceisNone(default). - Return type
 
Warning: Each sample period may be between 1 second and 1/6 second, depending on the product being queried.
 
© 2024, PyTorch Contributors
PyTorch has a BSD-style license, as found in the LICENSE file.
 https://pytorch.org/docs/2.1/generated/torch.cuda.clock_rate.html