From e72b3325663ab6d4bb791742574b031f0df6328a Mon Sep 17 00:00:00 2001 From: Jay Kwak <82421531+jkwak-work@users.noreply.github.com> Date: Fri, 13 Jun 2025 20:12:29 -0700 Subject: Print CUDA version on CI servers (#7413) * Print CUDA version on CI servers --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows') 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" ]] -- cgit v1.2.3