Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Driver] Pass
--cuda-path
to test (#117415)
My local build, on Debian GNU/Linux 12 (bookworm), complains ``` clang: error: GPU arch sm_20 is supported by CUDA versions between 7.0 and 8.0 (inclusive), but installation at /usr/lib/cuda is 11.8; use '--cuda-path' to specify a different CUDA install, pass a different GPU arch with '--cuda-gpu-arch', or pass '--no-cuda-version-check' ``` Fix it by passing `--cuda-path`. Hope this doesn't affect the original intention of the test.
- Loading branch information