Andreas,

I found the following typo in the current git head:

--- pycuda/src/wrapper/wrap_cudadrv.cpp 2009-01-15 00:56:22.000000000 -0500
+++ pycuda-np/src/wrapper/wrap_cudadrv.cpp      2009-01-15
00:55:42.000000000 -0500
@@ -552,7 +552,7 @@

       .def_readwrite("width_in_bytes", &cl::WidthInBytes)
       .def_readwrite("height", &cl::Height)
-      .def_readwrite("height", &cl::Depth)
+      .def_readwrite("depth", &cl::Depth)

       .def("__call__", &cl::execute, py::arg("aligned"))
       .def("__call__", &cl::execute_async)

Regards,

-- 
Nicolas Pinto
Ph.D. Candidate, Brain & Computer Sciences
Massachusetts Institute of Technology, USA
http://web.mit.edu/pinto
_______________________________________________
PyCuda mailing list
[email protected]
http://tiker.net/mailman/listinfo/pycuda_tiker.net

Reply via email to