Skip to content
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

Support PyTorch 2.6 with Arrow Lake-H AOT on Windows #12967

Merged
merged 1 commit into from
Mar 13, 2025
Merged

Conversation

Oscilloscope98
Copy link
Contributor

@Oscilloscope98 Oscilloscope98 commented Mar 13, 2025

Description

Support PyTorch 2.6 with Arrow Lake-H AOT on Windows
Linux keeps the same as xpu_2.6

@Oscilloscope98 Oscilloscope98 changed the title Support PyTorch 2.6 with ARL-H AOT Support PyTorch 2.6 with ARL-H AOT on Windows Mar 13, 2025
@Oscilloscope98 Oscilloscope98 changed the title Support PyTorch 2.6 with ARL-H AOT on Windows Support PyTorch 2.6 with Arrow Lake-H AOT on Windows Mar 13, 2025
@Oscilloscope98 Oscilloscope98 force-pushed the pt26-arl-aot branch 2 times, most recently from 7c1eaed to dfdb34b Compare March 13, 2025 07:29
@Oscilloscope98 Oscilloscope98 merged commit 8bc41c1 into main Mar 13, 2025
1 check passed
@@ -370,6 +385,7 @@ def setup_package():
"xpu-arl": xpu_lnl_requires,
"xpu-arc": xpu_lnl_requires,
"xpu-2-6": xpu_26_requires,
"xpu-2-6-arl": xpu_26_arl_requires,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's the difference between "xpu-arl" and "xpu-2-6-arl"?

Copy link
Contributor Author

@Oscilloscope98 Oscilloscope98 Mar 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

xpu_arl is previously added for ARL support with PyTorch 2.3.
xpu_2.6_arl is for PyTorch 2.6 + ARL-H AOT.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants