Open psyhtest opened 6 years ago
Of course, CK cannot generally know which CUDA version should be used. In this case, however, tensorrt-time
's dependency jetson-inference
was compiled with CUDA 9.0 specifically to avoid this issue. Still, CK attempted to use CUDA 9.1 and failed as a result.
TensorRT 3.0 only works with CUDA 9.0. However, I currently have both CUDA 9.0 and CUDA 9.1 installed:
The benchmarking script seems to arbitrarily pick either version:
When CK picks CUDA 9.1, compilation fails:
A workaround is to temporarily "hide" CUDA 9.1 e.g. as follows: