Rate this Page
★★★★★
torch.cuda.set_device#
- torch.cuda.set_device(device)[source]#
Set the current device.
Usage of this function is discouraged in favor of
device. In mostcases it’s better to useCUDA_VISIBLE_DEVICESenvironmental variable.- Parameters
device (torch.device orint) – selected device. This function is a no-opif this argument is negative.
On this page