Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

GPU acceleration#1117

Unanswered
KueriGitHub asked this question inQ&A
Mar 23, 2025· 0 comments
Discussion options

Hello,
I am currently exploring the use of MathNet.Numerics.Control.UseNativeCUDA() for enabling GPU acceleration in my application (.Net6), but I have encountered an issue that I have been unable to resolve.
My setup includes:
•GPU: NVIDIA GeForce GTX 1650
•CUDA Toolkit Version: 12.8
•Installed Package: MathNet.Numerics.Providers.CUDA (from NuGet)
When attempting to enable CUDA with MathNet.Numerics.Control.UseNativeCUDA(), I receive the following error:
System.NotSupportedException: "Cuda Native Provider does not support capability querying and is therefore not compatible. Consider upgrading to a newer version."
EntryPointNotFoundException: Unable to find an entry point named 'query_capability' in DLL 'libMathNetNumericsCUDA'.
From my research, I suspect that this issue may stem from a mismatch between the library and the GPU or CUDA version. However, I have verified that the GeForce GTX 1650 (compute capability 7.5) should support CUDA, and other GPU computing frameworks like ILGPU are functioning as expected on my system.
I would greatly appreciate your guidance on the following questions:

  1. What is the recommended CUDA version for MathNet.Numerics.Providers.CUDA?
  2. Is there a known compatibility issue with the GeForce GTX 1650 or similar GPUs?
  3. Are there specific steps or configurations required to resolve this exception?
    Thank you for your time and assistance.
You must be logged in to vote

Replies: 0 comments

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
Q&A
Labels
None yet
1 participant
@KueriGitHub

[8]ページ先頭

©2009-2025 Movatter.jp