-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PyTorch Upstream] Inductor UT Regression caused by Triton update: NotImplementedError: elapsed_time is not supported by XPUEvent. #1138
Comments
@vlad-penkin @riverliuintel This regression blocked our stock pytorch Inductor UT upstream, please pritorize, thanks. |
From intel pytorch core team, the "elapsed_time is not supported by XPUEvent." will not be supported untill 2025 Q1, that's too late. Maybe we should revert the commit. |
This line of code:
Is identical to the OpenAI version of |
@guangyey may I know if you can upstream the feature by the end of this week? |
I have pushed a PR for an initial implementation based on IPEX implementation to PyTorch: pytorch/pytorch#126456 |
Hi, @etiotto @alexbaden @vlad-penkin , We'll skip the affected cases untill XPU Runtime supports elapsed_time in XPUEvent. |
@etaf @riverliuintel @EikanWang this is a high priority change for Triton, reopening the issue |
The current implementation in Triton XPU backend is a regression issue comparing with current Triton version upstream in stock PyTorch. It not only make Inductor UT failure, but also broken the Inductor XPU functionality, as the Inductor auto_tune is an essential feature of the Inductor for PyTorch v2.4 XPU release. We request to revert to original Trion implementation to no miss the PyTorch v2.4 intel GPU feature freeze date before the end of May. |
@vlad-penkin Hello Vlad, in IPEX 2.3, the |
Hi, teams, we found an Inductor UT Regression caused by Triton update: NotImplementedError: elapsed_time is not supported by XPUEvent.
This is cause by the commit: 21bd536
The commit is ok, but unfortunately XPU runtime doesn't support it yet.
The detail:
The text was updated successfully, but these errors were encountered: