Skip to content

Commit 8c68412

Browse files
authored
[NFC] Remove get_event_pool from XPUUtils (#2870)
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent e37cb4a commit 8c68412

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

third_party/intel/backend/driver.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,6 @@ def __init__(self):
163163
def get_current_device(self):
164164
return self.current_device
165165

166-
def get_event_pool(self):
167-
return self.event_pool
168-
169166
def get_sycl_queue(self):
170167
import torch
171168
return torch.xpu.current_stream().sycl_queue

0 commit comments

Comments
 (0)