 
 
 
 
 
 
CUDA installation
- To: mathgroup at smc.vnet.net
- Subject: [mg114582] CUDA installation
- From: Ulvi Yurtsever <a at b.c>
- Date: Thu, 9 Dec 2010 06:00:44 -0500 (EST)
On my 32-bit Vista machine
I'm unable to get CUDA to work:
In[1]:= Needs["CUDALink`"]
In[2]:= CUDAQ[]
Out[2]= False
I checked all the issues suggested in the help files
(the GPU is GeForce 8800 GT which is supposed to be
supported); driver is new:
In[3]:= CUDADriverVersion[]
Out[3]= 260.99
resources are installed:
In[4]:= CUDAResourcesInformation[]
Out[4]= {{Name->CUDAResources,Version->8.0.0.7,BuildNumber->-
1,QualifiedName->CUDAResources-Win-
8.0.0.7,Description->,MathematicaVersion->8+,SystemIDs->
{Windows},MainLink->,Root->.,Contexts->{},Extensions->
{Resource},ID->,Creator->,CreatorURL->,Publisher->,SupportContact->,Thumb
nail->,Location->C:\Users\Ulvi\AppData\Roaming\Mathematica\Paclets
\Repository\CUDAResources-Win-8.0.0.7,Installed->True,Enabled->
True,Loading->None,Internal->False,Hash->
3c9b850255981cc437dc59970738f4c1}}
How can I diagnose what's wrong? BTW OpenCL does not work either:
In[5]:= Needs["OpenCLLink`"]
In[6]:= OpenCLQ[]
Out[6]= False
thanks for any help,
Ulvi

