Re: [PyCUDA] [PyCuda] pycuda-0.93rc3 build problem

2009-06-15 Thread Andreas Klöckner
On Dienstag 09 Juni 2009, Adlar Kim wrote: Hi, I'm getting the following error when I try to build pycuda-0.93rc. Could anybody help? Thanks. Did 0.93rc4 work for you? If so, that would be one data point to help me figure out if we're ready for 0.93. Thanks, Andreas signature.asc

Re: [PyCUDA] [PyCuda] pycuda-0.93rc3 build problem

2009-06-15 Thread Adlar Kim
no, it did not. here's what I'm getting: siteconf.py === BOOST_INC_DIR = ['/usr/local/include/boost-1_39/boost'] BOOST_LIB_DIR = ['/usr/lib64'] BOOST_COMPILER = 'gcc41' BOOST_PYTHON_LIBNAME = ['boost_python-gcc41-mt'] BOOST_THREAD_LIBNAME = ['boost_thread-gcc41-mt'] CUDA_TRACE = False

Re: [PyCUDA] [PyCuda] pycuda-0.93rc3 build problem

2009-06-15 Thread Andreas Klöckner
I can't quite make much of the error you're getting. In what I'm seeing seems that gcc is complaining about a function a-circumflex near some macro expansions. Here are some suggestions nonetheless, based on the other bits of output: - Definitely shave the last boost off your BOOST_INC_DIR. -

Re: [PyCUDA] Porting nvidia's separable convolution example to pycuda: C++ templates, loop unrolling

2009-06-15 Thread Andreas Klöckner
On Montag 15 Juni 2009, you wrote: I've attached a slightly cleaned up, standalone version with NVIDIA's copyright notice restored. I'm assuming you meant for this to end up in PyCUDA's examples folder. That's where it is now, in any case. :) Let me know if that wasn't the intenion. Thanks