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
While it should typically be possible to compile jaxlib from source using most modern compilers, the builds are only tested using clang. Pull requests are welcomed to improve support for different toolchains, but other compilers are not actively supported.
In the past we had issues when we accidentally used GCC to build, but thought we were using Clang. //build_tools/configure:assert_clang tests that the compiler used to compile C++ under Bazel is Clang.
XLA has tests built-in to help check that:
The text was updated successfully, but these errors were encountered: