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
[email protected]
http://lists.tiker.net/listinfo/pycuda