lebedov / scikit-cuda

Python interface to GPU-powered libraries
http://scikit-cuda.readthedocs.org/
Other
986 stars 179 forks source link

magma argtype typo #216

Closed kingfisher1337 closed 6 years ago

kingfisher1337 commented 7 years ago

As far as I can see, there are 12 typos when setting the argtypes attribute (missing s) of the loaded functions, e.g.:

_libmagma.magma_dgeqrf_gpu.argtype = [c_int_type,
                                      c_int_type,
                                      ctypes.c_void_p,
                                      c_int_type,
                                      ctypes.c_void_p,
                                      ctypes.c_void_p,
                                      ctypes.c_void_p]
lebedov commented 6 years ago

Fixed. Thanks!