Open lawik opened 1 month ago
Looks specific to cross compilation, though I can't think of any specific change, beyond XLA itself.
ld: skipping incompatible cache/xla_extension/lib/libxla_extension.so when searching for -lxla_extension
This is confusing because the downloaded binary is for the target architecture.
I get this error:
Repeats on CI and on my own Linux box. This happens if I set my dependency to 0.8 instead of 0.7.3.
Anything I've missed in terms of different requirements for 0.8?