You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@bfolie reported that the build is much slower after we switch the default bazel spawn strategy to sandboxed, which is needed by clang. I'll revert the change for now.
🚀 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: