{"outstanding_mallocs",outstanding_mallocs,METH_VARARGS,"how many more mallocs have been called than free's"},
{"outstanding_mallocs",outstanding_mallocs,METH_VARARGS,"how many more mallocs have been called than free's"},
{"from_gpu_pointer",CudaNdarray_from_gpu_pointer,METH_VARARGS,"Used to create a CudaNdarray from already allocated memory on the gpu.(example by pycuda)"},
{"from_gpu_pointer",CudaNdarray_from_gpu_pointer,METH_VARARGS,"Used to create a CudaNdarray from already allocated memory on the gpu.(example by pycuda)"},
{"synchronize",CudaNdarray_synchronize,METH_NOARGS,"Used to synchronize the device"},
{"synchronize",CudaNdarray_synchronize,METH_NOARGS,"Used to synchronize the device"},
{"cublas_v2",CudaNdarray_cublasv2,METH_NOARGS,
"Used to know if this version of cuda_ndarray is linked with cublas v2."},