We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 building PyTorch/XLA with clang as the C/C++ compiler.
Currently the PyTorch/XLA build uses gcc as the C/C++ compiler. Switching to clang gives us several benefits:
--config=clang
bazel
Do nothing - support gcc only.
The text was updated successfully, but these errors were encountered:
This will be actually the case after #8665.
Sorry, something went wrong.
Thanks, @ysiraichi ! I think it'd be good to make incremental progress.
zhanyong-wan
No branches or pull requests
🚀 Feature
Support building PyTorch/XLA with clang as the C/C++ compiler.
Motivation
Currently the PyTorch/XLA build uses gcc as the C/C++ compiler. Switching to clang gives us several benefits:
Pitch
--config=clang
to thebazel
commandline to select clang.Alternatives
Do nothing - support gcc only.
The text was updated successfully, but these errors were encountered: