This was resolved in another thread:

http://lists.tiker.net/pipermail/pycuda/2012-May/003912.html

On Fri, May 25, 2012 at 9:08 PM, Thomas Wiecki <thomas_wie...@brown.edu> wrote:
> Sorry for posting to PyCuda, not sure where else this would fit.
>
> The CodePy unittests give me:
>
> ======================================================================
> ERROR: Failure: TypeError (No registered converter was able to produce
> a C++ rvalue of type unsigned long long from this Python object of
> type DeviceAllocation)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>  File "/usr/lib/pymodules/python2.7/nose/loader.py", line 390, in
> loadTestsFromName
>    addr.filename, addr.module)
>  File "/usr/lib/pymodules/python2.7/nose/importer.py", line 39, in
> importFromPath
>    return self.importFromDir(dir_path, fqname)
>  File "/usr/lib/pymodules/python2.7/nose/importer.py", line 86, in
> importFromDir
>    mod = load_module(part_fqname, fh, filename, desc)
>  File "/home/wiecki/tools/codepy/test/nvcc-test.py", line 114, in <module>
>    b = module.adjacentDifference(a).get()
> TypeError: No registered converter was able to produce a C++ rvalue of
> type unsigned long long from this Python object of type
> DeviceAllocation
>
> Is this incompatibility with boost::python 1.46? Found this thread:
> http://code.google.com/p/copperhead/issues/detail?id=5
>
> Any quick fix?
>
> Thomas

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

Reply via email to