Skip to content

add support to RTX 20 series #64

@lzx551402

Description

@lzx551402

Thank you for releasing this amazing project!

I've noticed that the code works with CUDA10 & GTX 1080Ti properly, whereas RTX 20 series seems to be incompatible.

Specifically, I tried RTX 2080 with CUDA9 and CUDA10 in the docker container, the program will get stuck at function "ori_par" (L.400 in s_orientation.cu) after calling cudaDeviceSynchronize() (L.427 in s_orientation.cu).

I have also tried to modify the CMakeLists.txt to add sm_75 support but the issue still exits.

Would to take a look to see if it can be resolved cheaply?

Metadata

Metadata

Assignees

No one assigned

    Labels

    cudaissues related to cuda versions

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions