Rate this Page
โ˜… โ˜… โ˜… โ˜… โ˜…

torch.xpu.current_stream#

torch.xpu.current_stream(device=None)[source]#

Return the currently selected Stream for a given device.

Parameters

device (torch.device or int, optional) โ€“ selected device. Returns the currently selected Stream for the current device, given by current_device(), if device is None (default).

Return type

Stream