On Wed, 13 Apr 2011 07:30:24 -0700 (PDT), Mike Tischler 
<[email protected]> wrote:
> Andreas,
> 
> I've tried running in debug mode in Wing, but it appears the crash is being 
> forced by windows.  

A Python-level debugger won't help you much--but the Windows equivalent
of gdb might--so that you can at least get a backtrace, or whatever
Windows calls those.

> I was pretty sure I tried building and installing PyCuda from the
> tarball and received errors that the Shipped Boost wasn't found (the
> installer then proceeded using (USE_SHIPPED_BOOST = False).  That's
> why I ended up compiling boost myself.  But, I may be misremembering.

Any particular reason to not use shipped boost? It just adds one more
moving part. (I somehow remember that there about 15000 different ways
of building binaries on Windows, and if you combine two wrong ones,
things go to hell... maybe I'm wrong.)

> Where can I find the cuInit function?  I can't seem to find it in any of the 
> PyCuda files...

That's in cuda.dll, the CUDA "driver interface".

Andreas

Attachment: pgpohnM8zACIM.pgp
Description: PGP signature

_______________________________________________
PyCUDA mailing list
[email protected]
http://lists.tiker.net/listinfo/pycuda

Reply via email to