pitrou commented on code in PR #47372: URL: https://github.com/apache/arrow/pull/47372#discussion_r2285742563
########## ci/scripts/install_numba.sh: ########## @@ -48,10 +48,21 @@ fi numba_cuda=$2 +if [ "$#" -eq 3 ]; then + cuda=$3 +else + # Default to CUDA 11 + cuda=11 +fi Review Comment: I'm curious, is it possible to query the system to get the CUDA version instead of having to pass it explicitly? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
