summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Kwak <82421531+jkwak-work@users.noreply.github.com>2025-06-13 20:12:29 -0700
committerGitHub <noreply@github.com>2025-06-13 20:12:29 -0700
commite72b3325663ab6d4bb791742574b031f0df6328a (patch)
tree6bd6aa20732fe09d144dbaed8c5458609741054f
parent84148b80b167f5102e5f4813671b97bc1faeb5f0 (diff)
Print CUDA version on CI servers (#7413)
* Print CUDA version on CI servers
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 54bfeb70f..194294b00 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -204,6 +204,7 @@ jobs:
do
echo "Checking $api ..." && echo "$smokeResult" | grep -q "Check $api: Supported"
done
+ echo "Printing CUDA version: ..." && nvcc --version
fi
if [[ "${{matrix.os}}" == "macos" ]]