Closed
Description
While compiling with CUDA 10.2 I get the following error:
error: cannot find libdevice for sm_52. Provide path to different CUDA installation via --cuda-path, or pass -nocudalib to build without linking with libdevice.
Apparently the problem is that CudaStringToVersion
returns CudaVersion::UNKNOWN
.
Unless I'm missing anything, the addition of CudaVersion::CUDA_102
after wherever CUDA_101
is found should be trivial. Of course, with PtxFeature = "+ptx64"
, as PTX 6.5 can wait.