Daniel Gebreiter <dgebrei...@hotmail.com> writes:
> Andreas,thanks for the quick response. Here's the link to the gist, as
> per your
> request:https://gist.github.com/anonymous/204d33ca84a211b2323fa9d8886d0371I
> hope this works and helps resolving the issue!Thanks,Daniel

This linker errors scream "compiler bug" to me, because it's an
undefined reference to a function that's actually defined. Are you able
to try a different version of the compiler? On the other hand, these
errors may be a red herring.

Could you try Dependency Walker [1] on the pycuda module (_driver.pyd or
so) to see what's actually going on, and what module (if any) is
actually missing?

Andreas

[1] https://en.wikipedia.org/wiki/Dependency_Walker

_______________________________________________
PyCUDA mailing list
PyCUDA@tiker.net
https://lists.tiker.net/listinfo/pycuda

Reply via email to