[Dev][Release] Verification script fails detecting CUDA
Open
Component: Developer Tools
Component: Release
Type: bug
- Dominant language
- C++
- Stars
- 17.1k
- Forks
- 4.3k
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 88
Description
### Describe the bug, including details regarding any error messages, version, and platform.
For some reason, the verification script tells me no CUDA devices were found:
```console
$ TEST_DEFAULT=0 TEST_SOURCE=1 dev/release/verify-release-candidate.sh 13.0.0 3
===========
Detect CUDA
===========
No devices found.
```
Yet there are:
```console
$ nvidia-smi --list-gpus
GPU 0: NVIDIA GeForce GT 1030 (UUID: GPU-7ff8f92b-7bbd-c481-cff3-61792e4542ad)
```
### Component(s)
Developer Tools, Release
Contributor guide
Assessment
This issue has not been assessed yet.