diff options
| author | Jay Kwak <82421531+jkwak-work@users.noreply.github.com> | 2025-06-13 20:12:29 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-13 20:12:29 -0700 |
| commit | e72b3325663ab6d4bb791742574b031f0df6328a (patch) | |
| tree | 6bd6aa20732fe09d144dbaed8c5458609741054f /.github/workflows | |
| parent | 84148b80b167f5102e5f4813671b97bc1faeb5f0 (diff) | |
Print CUDA version on CI servers (#7413)
* Print CUDA version on CI servers
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
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" ]] |
