[PyCUDA] pycuda Installation problem on windows 32bit with VS2008

2012-02-25 Thread CiCi
Hi, I am a chinese student, doing some GPU computing research. Recently, I want to change the Pycuda version from 0.94.2 to 2011.2.2, but meet some problems. My old environment is windows32bit+Python2.6+VS2009+Pycuda-0.94.2, I followed the instruction on the wiki

Re: [PyCUDA] pycuda Installation problem on windows 32bit with VS2008

2012-02-25 Thread CiCi
I just solve the problem I have given above by updating from Git,but Unfortunately I meet another problem! Here is the error description in pycuda building process: * thread.obj : error LNK2019: unresolved external symbol void __cdecl pycudaboost::tss_cl eanup_implemented(void)

Re: [PyCUDA] pycuda installation problem

2009-07-09 Thread Nicolas Pinto
do you have py.test installed ? sudo easy_install -U py Cheers, N On Thu, Jul 9, 2009 at 8:42 PM, Gökhan SEVER gokhanse...@gmail.com wrote: That did the trick :) Thanks for the very quick response. Got these last lines of successful complete: Installed

Re: [PyCUDA] pycuda installation problem

2009-07-09 Thread Gökhan SEVER
Finally, it works without any further complains. Thank again Nicolas On Thu, Jul 9, 2009 at 7:45 PM, Nicolas Pinto pi...@mit.edu wrote: do you have py.test installed ? sudo easy_install -U py Cheers, N On Thu, Jul 9, 2009 at 8:42 PM, Gökhan SEVER gokhanse...@gmail.comwrote: That did