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 most cases itโ€™s better to use CUDA_VISIBLE_DEVICES environmental variable.

Parameters

device (torch.device or int) โ€“ selected device. This function is a no-op if this argument is negative.