-
Notifications
You must be signed in to change notification settings - Fork 25.4k
Closed
Labels
module: xpuIntel XPU related issuesIntel XPU related issuestriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Description
🐛 Describe the bug
Since the 2025.1 oneAPI upgrade (#151899), any attempt to use the Pytorch Profiler fails with RuntimeError: Fail to enable Kineto Profiler on XPU due to error code: 2. The detailed error message is: PTI_ERROR_NOT_IMPLEMENTED
.
To reproduce:
import torch
from torch.profiler import profile, ProfilerActivity
with profile(activities=[ProfilerActivity.XPU,], with_stack=True) as p:
x = torch.ones(10).xpu()
Versions
PyTorch version: 2.8.0.dev20250515+xpu
Metadata
Metadata
Assignees
Labels
module: xpuIntel XPU related issuesIntel XPU related issuestriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module