Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

cusparse.dll not found in test_sparse_arith_cuda #3251

Copy link
Copy link
Closed
@willyborn

Description

@willyborn
Issue body actions

test_sparse_arith_cuda fails on my system (Windows 10, CUDA 11.3, master [df57c56]) with
Exception thrown: read access violation.
_ was 0xFFFFFFFFFFFFFF6F.

Description

cusparse.dll is not found on my system, resulting in a NULL handle.

When change to module name to "cusparse64_11" iso "cusparse" in the src file "cusparseModule.cpp:25", the corresponding dll is correctly found and the test runs successfully.

DLL path (standard installation of CUDA 11.2):
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.2\bin\cusparse64_11.dll
DLL path (standard installation of CUDA 11.3):
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\bin\cusparse64_11.dll

I have the impression that the .dll file changes name with the major CUDA version.
I did not find a general cusparse.dll somewhere else on my system.

Reproducible Code and/or Steps

System Information

Windows 10
CUDA 11.3
master [df57c56]

Checklist

  • Using the latest available ArrayFire release
  • GPU drivers are up to date

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

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.