Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <[email protected]>
  • Loading branch information
anmyachev committed Sep 19, 2024
1 parent 87b59d3 commit 92998b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/intel/backend/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ def get_current_target(self):
device = self.get_current_device()
dev_property = torch.xpu.get_device_capability(device)
warp_size = 32
print(f"DEV_PROPERTY: {dev_property}")
return GPUTarget("xpu", dev_property, warp_size)

@staticmethod
Expand Down

0 comments on commit 92998b2

Please sign in to comment.