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 have also discussed this on the openxla discord with @GleasonK, where he suggested removing instances of compatible_with = get_compatible_with_portable() from BUILD files, and, separately, removing #include "xla/service/llvm_ir/llvm_util.h"
The text was updated successfully, but these errors were encountered:
When I use the CPU plugin on ARM64/AArch64 Darwin, it works with XLA HLO but when I use StableHLO it fails to even start, with error
which apparently happens when LLVM is linked twice. StableHLO works fully on linux.
Here are my dependencies
I have also discussed this on the openxla discord with @GleasonK, where he suggested removing instances of
compatible_with = get_compatible_with_portable()
from BUILD files, and, separately, removing#include "xla/service/llvm_ir/llvm_util.h"
The text was updated successfully, but these errors were encountered: