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
On my cluster, when I load PrgEnv-gnu, it complains collect2: fatal error: cannot find 'ld', which doesn't happen for the cpu build. As a result, I loaded cray as well to get ld from cray, and gcc from gnu, that builds without error. However, after I pip install jaxlib and jax, I cannot import successfully, and it complains:
File "my_conda_env/lib/python3.12/site-packages/jaxlib/xla_client.py", line 32, in <module> from . import xla_extension as _xlaImportError: /opt/rocm-5.7.0/lib/librccl.so.1: undefined symbol: bfd_close
external/eigen_archive/Eigen/src/Core/arch/AVX/TypeCasting.h:81:23: error: ‘_mm256_setr_m128i’ was not declared in this scope __m256i abcd_efgh = _mm256_setr_m128i(aaaa_bbbb_cccc_dddd, eeee_ffff_gggg_hhhh);
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I cloned AMD's xla fork and built
jaxlib
from source withOn my cluster, when I load
PrgEnv-gnu
, it complainscollect2: fatal error: cannot find 'ld'
, which doesn't happen for the cpu build. As a result, I loaded cray as well to get ld from cray, and gcc from gnu, that builds without error. However, after I pip installjaxlib
andjax
, I cannot import successfully, and it complains:If I load only use
PrgEnv-cray
I get:
Beta Was this translation helpful? Give feedback.
All reactions