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
This is on a NVIDIA DGX100. When it builds spec_infer I get this linker message complaining it can't find __fs_log_1. It's labeled undefined in libflexflow.so.1. All the CUDA libraries are in the module nvhpc version 24.7.
Solution: I linked /cm/shared/apps/nvhpc/24.7/Linux_x86_64/24.7/compilers/lib/libnvcpumath.so into libflexflow.so.1.
This is on a NVIDIA DGX100. When it builds spec_infer I get this linker message complaining it can't find
__fs_log_1
. It's labeled undefined inlibflexflow.so.1
. All the CUDA libraries are in the modulenvhpc
version 24.7.Solution: I linked
/cm/shared/apps/nvhpc/24.7/Linux_x86_64/24.7/compilers/lib/libnvcpumath.so
intolibflexflow.so.1
.The text was updated successfully, but these errors were encountered: