Skip to content

Support CUDA 10.2 #125

Closed
Closed
@japm48

Description

@japm48

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions