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
During the compilation of JIT files the jit_preprocessed_files will try to locate the associated nvrtc library on your machine.
Therefore on machines with multiple CUDA installations, the version found via LD_LIBRARY_PATH will be selected with no regards to it being 11.5+ ( for int128 support ). So you should also ensure that LD_LIBRARY_PATH points to the lib64 directory of your nvcc 11.6 cuda toolkit.
A mismatch between the LD_LIBRARY_PATH searching and the provided compiler has been the only way I can reproduce this failure.
Describe the bug
Try to build cudf 22.10 from source. I run
./build.sh libcudf
but get a compile error:Environment overview (please complete the following information)
Additional context
nvcc version: 11.6
GCC version: 9.4.0
cmake version: 3.23.3
hardware: GeForce RTX 3060 Mobile / Max-Q
The text was updated successfully, but these errors were encountered: