Questions tagged [cudalink]
Questions about using CUDALink, Mathematica's method to accelerate programs using NVidia graphics cards.
112 questions
0 votes
0 answers
232 views
CUDA unsupported MSVC
In 13.3.1.0, CreateLibrary[{demoFile}, "demo", "Compiler" -> NVCCCompiler] produces this error: ...
1 vote
0 answers
119 views
CUDADot (CUDA) taking longer than indicated by //AbsoluteTiming (~500x)
I'm using MMA 13.3 with a fresh install of cuda toolkit version 12.2. CUDADot is not as fast as indicated by absolute timing. Running the commands found here (https://reference.wolfram.com/language/...
2 votes
0 answers
115 views
SymbolicGPU documentation
I found an interesting files there $CUDALinkPath -> ../GPUTools here ...
4 votes
2 answers
586 views
CUDALink gives wrong results but no error on Mathematica 13.2
I installed Mathematica 13.2 under Linux Mint 21.1 (Ubuntu 22.04). After installing cuda-toolkit-11-8. I get True as answer from CUDAQ[], but if I start some calculations I get wrong results. ...
1 vote
1 answer
214 views
CUDA SystemInformation
I run the following: ClearAll; Needs["CUDALink`"] CUDAQ[] The last returning True. I then run SystemInformation[]. Before I get the expected panel ...
1 vote
1 answer
203 views
CUDAResourcesInformation Issue during CUDA setup
I am trying to set up CUDA on a Windows 10/64 bit machine with a NVIDIA GeFore GTX 1080 with Max-Q Design running Mathematica Version 12.3. I have issued the following commands: ...
3 votes
0 answers
106 views
Unable to uninstall an older CUDAResource paclet
I am trying to uninstall an older version of CUDAResource but cannot do so. Any ideas please? Is there a manual way to do so? ...
7 votes
0 answers
231 views
Extremely Long GPU Initialization Times on Mathematica 12.2 and RTX3090 [closed]
I'm having trouble getting my new GPU system to work with Mathematica 12.2. I have two RTX3090 cards in my setup. My NVIDIA drivers are version 460.89 (the latest). I have installed CUDAToolkit 11.0 ...