After a long break I want to continue playing pycuda. 
Today I successfully installed it on my winXP machine.

The procedure was a bit tricky. I had some problems with handling 
different kinds of compilers installed on my computer. Even had to 
modify source code a bit.
I used msvc-7.1 and it couldn't compile the line 32 in bitlog.hpp:

    if (uint16_t t = v >> 16)

changing it to 

    if (boost::uint16_t t = v >> 16)

fixed the problem.



_______________________________________________
PyCUDA mailing list
[email protected]
http://tiker.net/mailman/listinfo/pycuda_tiker.net

Reply via email to