Hi all,

It seems the 'flags' parameter is missing from ArrayDescriptor3D.

Thanks,
Steve

----

diff --git a/src/wrapper/wrap_cudadrv.cpp b/src/wrapper/wrap_cudadrv.cpp
index 45afd84..742aec4 100644
--- a/src/wrapper/wrap_cudadrv.cpp
+++ b/src/wrapper/wrap_cudadrv.cpp
@@ -1291,6 +1291,7 @@ BOOST_PYTHON_MODULE(_driver)
       .def_readwrite("depth", &cl::Depth)
       .def_readwrite("format", &cl::Format)
       .def_readwrite("num_channels", &cl::NumChannels)
+      .def_readwrite("flags", &cl::Flags)
       ;
   }
 #endif

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

Reply via email to