Tried a clean pycuda install directory and same result (before I had just 
deleted the build directory).  

Only other issue I noticed are type conversion warnings like:

C:\boost\boost_1_39\boost/python/detail/caller.hpp(55): warning C4244: 'return' 
:conversion from 'Py_ssize_t' to 'unsigned int', possible loss of data.

Another warning includes:

'boost::uint32_t' to 'boost::uint16_t' so this could be an issue with 32 to 64 
maybe  

But by all accounts pycuda is building with amd64/cl.exe

-Nick

-----Original Message-----
From: Andreas Klöckner [mailto:li...@informa.tiker.net] 
Sent: Thursday, March 11, 2010 9:53 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:
> Also tried CUDA 3.0 beta with the luck that it ran and crashes python
>  during test_driver.py   
> 

Did you recompile PyCUDA? Unfortunately, you need to delete the 'build'
directory to be able to rebuild from scratch--distutils is unaware of 
dependency changes.

HTH,
Andreas


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

Reply via email to