Skip to content

cusolver.py can't import cusolver64_11.dll #324

@Axciton

Description

@Axciton

Probably caused by a misprint in cusolver.py, "11" is missed in _win32_version_list.

in line 26 two "10":

_win32_version_list = [110, 10, 10, 100, 92, 91, 90, 80, 75, 70]

I think it should be

_win32_version_list = [110, 11, 10, 100, 92, 91, 90, 80, 75, 70]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions