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

Remove unnecessary static library installation for wheel packaging #1436

Merged
merged 2 commits into from
Mar 7, 2025

Conversation

chunhuanMeng
Copy link
Contributor

This PR addresses the issue of unnecessary static libraries (.lib files) being installed into the lib directory and subsequently included in the wheel package. Since wheel packages do not require .lib files, the related install statements have been removed to reduce the overall package size.

Comment on lines +269 to +272
string(REGEX MATCH "Norm" IS_NORM ${sycl_src})
string(REGEX MATCH "Loss" IS_LOSS ${sycl_src})
string(REGEX MATCH "Resize" IS_RESIZE ${sycl_src})
string(REGEX MATCH "Distribution" IS_DISTRIBUTION ${sycl_src})
Copy link
Contributor

Choose a reason for hiding this comment

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

What are the changes?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Add more files to ATen_XPU_SYCL_COMMON_SRCS to balance the number of files with ATen_XPU_SYCL_OTHERS_SRCS.

@xytintel xytintel enabled auto-merge March 7, 2025 05:33
@xytintel xytintel added this pull request to the merge queue Mar 7, 2025
Merged via the queue into main with commit 6af3b97 Mar 7, 2025
3 of 4 checks passed
@xytintel xytintel deleted the meng_fix_build branch March 7, 2025 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants