Skip to content

Commit

Permalink
Try to improve things
Browse files Browse the repository at this point in the history
  • Loading branch information
ocaisa committed Oct 10, 2024
1 parent 6534b99 commit d0b02ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gpu_support/nvidia/link_nvidia_host_libraries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ echo "Matched ${#matched_libraries[@]} CUDA Libraries"
if [ "$LD_PRELOAD_MODE" -eq 1 ]; then
echo
echo_yellow "When attempting to use LD_PRELOAD we exclude anything related to graphics"
local cuda_compat_nvlib_list=(
cuda_compat_nvlib_list=(
"libcuda.so"
"libcudadebugger.so"
"libnvidia-nvvm.so"
Expand Down

0 comments on commit d0b02ed

Please sign in to comment.