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

[PT2.6][Client GPU Windows] Windows build log is too big to open #999

Open
riverliuintel opened this issue Oct 22, 2024 · 1 comment
Open
Assignees
Labels

Comments

@riverliuintel
Copy link
Contributor

🚀 The feature, motivation and pitch

Windows build log size is too big to open in web, which impact issue triage in CI. Need to enhance windows build log and clean the warning message in Windows.

Alternatives

No response

Additional context

No response

@riverliuintel riverliuintel changed the title [PyTorch2.6][Client GPU Windows] Windows build log is too big to open [PT2.6][Client GPU Windows] Windows build log is too big to open Oct 22, 2024
@min-jean-cho min-jean-cho self-assigned this Oct 23, 2024
@min-jean-cho
Copy link
Contributor

The excessive verbosity was caused by SYCL compiler /clang:-MD used with -fsycl-host-compiler=cl.exe, which invoked -E. -E emits the preprocessed source code to stdout, causing the excessive verbosity.
The issue has been resolved with SYCL compiler of oneAPI 2025.

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

No branches or pull requests

2 participants