I have tried explicitly editing the nvcc.profile file but this doesn't seem to 
make a difference.  

compiler-bindir = C:\Program Files (x86)\Microsoft Visual Studio 
9.0\VC\bin\amd64
and added
 
INCLUDES +=  "-I$(TOP)/include" "-I$(TOP)/include/cudart" "-IC:/Program Files 
(x86)/Microsoft Visual Studio 9.0/VC/include" $(_SPACE_)

Also tried CUDA 3.0 beta with the luck that it ran and crashes python during 
test_driver.py   


-Nick

-----Original Message-----
From: Andreas Klöckner [mailto:li...@informa.tiker.net] 
Sent: Thursday, March 11, 2010 4:47 PM
To: pycuda@tiker.net
Cc: Conway, Nicholas J
Subject: Re: [PyCUDA] Issue running test cases on Windows Vista 64 bit

On Donnerstag 11 März 2010, Conway, Nicholas J wrote:
> Installed distribute instead of setuptools and that fixed the quirks 
> during  installation, but did not fix the problem when running the test.
> 
> This made sure pycuda was properly installed in the site-packages  
> directory.
> 
> I update my paths, and tried restricting the path for cl.exe to
>  VC\bin\amd64
> 
> But I got this:
> 
> Exec:Error: error invoking 'nvcc --cubin -arch sm_11  
> -IC:\Python26\lib\site-packages\pycudabeta-py2.6-win-amd64.egg\pycuda\
> ..\i nclude\pycuda kernel.cu': status -1 invoking 'nvcc --cubin -arch 
> sm_11  
> -IC:\Python26\lib\site-packages\pycuda-0.94beta-py2.6-win-amd64.egg\py
> cuda \..\includde\pycuda kernel.cu': nvcc fatal : nvcc cannot find a 
> supported  cl version. Only MSVC 8.0 and MSVC 9.0 are supported


Does this here help?
http://forums.nvidia.com/index.php?showtopic=73711&st=0&p=418880&#entry418880

Andreas

_______________________________________________
PyCUDA mailing list
pyc...@host304.hostmonster.com
http://host304.hostmonster.com/mailman/listinfo/pycuda_tiker.net

Reply via email to