torch.xpu.current_stream¶
- torch.xpu.current_stream(device=None)[source]¶
Return the currently selected
Streamfor a given device.- Parameters
device (torch.device or int, optional) – selected device. Returns the currently selected
Streamfor the current device, given bycurrent_device(), ifdeviceisNone(default).- Return type