Skip to content

Commit

Permalink
Update link_nvidia_host_libraries.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ocaisa authored Sep 27, 2024
1 parent 9f94642 commit 71e8898
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/gpu_support/nvidia/link_nvidia_host_libraries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,8 @@ for library in "${cuda_candidate_libraries[@]}"; do
fi
done

# Output the matched libraries
echo "Matched CUDA Libraries:"
printf "%s\n" "${matched_libraries[@]}"
# Output the number of matched libraries
echo "Matched ${#matched_libraries[@]} CUDA Libraries"

# LD_PRELOAD Mode
if [ "$LD_PRELOAD_MODE" -eq 1 ]; then
Expand Down

0 comments on commit 71e8898

Please sign in to comment.