Undefined symbol xla::HloComputation::CollectUnreachableRoots() const
with tf-nightly pip package
#58281
Labels
type:bug
Bug
Click to expand!
Issue Type
Bug
Source
binary
Tensorflow Version
tf-nightly-cpu==2.12.0.dev20221019 and newer
Custom Code
Yes
OS Platform and Distribution
Ubuntu 20.04
Mobile device
No response
Python version
3.9
Bazel version
No response
GCC/Compiler version
No response
CUDA/cuDNN version
No response
GPU model and memory
No response
Current Behaviour?
Starting from version
2.12.0.dev20221019
Horovod cannot be built correctly withtf-nightly
.tf-nightly-cpu==2.12.0.dev20221018
and earlier are fine.Upon import of
horovod.tensorflow
an undefined symbol error is encountered:In demangled form that is
xla::HloComputation::CollectUnreachableRoots() const
.Has the implementation been moved to a different dynamic library recently? Horovod currently links to
libtensorflow_framework.so.2
and to_pywrap_tensorflow_internal.so
.Standalone code to reproduce the issue
Error message quoted below under "relevant log output".
Relevant log output
The text was updated successfully, but these errors were encountered: