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
I confiugre with ./configure.py --backend=CPU --os=darwin and build with bazel build --test_output=all --spawn_strategy=sandboxed //xla/...
Then I came across such kind of problems.
xla/python/transfer/event_loop.cc:24:10: fatal error: 'sys/eventfd.h' file not found
24 | #include <sys/eventfd.h>
| ^~~~~~~~~~~~~~~
1 error generated.
The text was updated successfully, but these errors were encountered:
I confiugre with
./configure.py --backend=CPU --os=darwin
and build withbazel build --test_output=all --spawn_strategy=sandboxed //xla/...
Then I came across such kind of problems.
The text was updated successfully, but these errors were encountered: