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
The server start (bin/omnisci_server --enable-runtime-udf --enable-dev-table-functions --udf ../Tests/Udf/device_selection_samples.cpp --log-channels PTX,IR --log-severity-clog=WARNING --num-executors=4) reports:
error: cannot find libdevice for sm_75. Provide path to different CUDA installation via --cuda-path, or pass -nocudalib to build without linking with libdevice.
An omniscdb server built with llvm 11 does not have this issue:
Issue:
The server start (
bin/omnisci_server --enable-runtime-udf --enable-dev-table-functions --udf ../Tests/Udf/device_selection_samples.cpp --log-channels PTX,IR --log-severity-clog=WARNING --num-executors=4
) reports:An omniscdb server built with llvm 11 does not have this issue:
The text was updated successfully, but these errors were encountered: