Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions third_party/intel/backend/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,6 @@ def __init__(self):
def get_current_device(self):
return self.current_device

def get_event_pool(self):
return self.event_pool

def get_sycl_queue(self):
import torch
return torch.xpu.current_stream().sycl_queue
Expand Down