8000 [XPU] Kineto profiler fails on XPU with `PTI_ERROR_NOT_IMPLEMENTED` · Issue #153632 · pytorch/pytorch · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
[XPU] Kineto profiler fails on XPU with PTI_ERROR_NOT_IMPLEMENTED #153632
Closed
@frost-intel

Description

@frost-intel

🐛 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

cc @gujinghui @EikanWang @fengyuan14 @guangyey

Metadata

Metadata

Assignees

Labels

module: xpuIntel XPU related issuestriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate module

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0