On Donnerstag 17 Dezember 2009, Jim Shea wrote: > Hello > > I installed pyCUDA 0.93 onto a Ubuntu 9.10 machine using the cuda 2.3 > library compiled with gcc-4.3. When I import anything from pycuda, I get > an immediate page fault. I am running python 2.6.4 that was compiled with > gcc-4.4 so my first guess is that the fault is caused because of the > difference in compiler versions. Is this the most likely cause and if it > is is there a way to resolve without loading an old version of python 2.6? > If it is not the likely cause, any suggestions?
4.3 and 4.4 should be ABI-compatible, so that's not a likely cause. Send a gdb backtrace of the crash. Andreas
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ PyCUDA mailing list [email protected] http://tiker.net/mailman/listinfo/pycuda_tiker.net
