Wei Tian
Wei Tian
Hi PyOpenCL developers and experts, I do not see a PyOpenCL forum online, so I post my question here. I am working on a project to port my `C OpenCL`...
In this [documentation](https://documen.tician.de/pyopencl/runtime_memory.html#pyopencl.enqueue_copy), I think it should be `dst_offset` instead of `dest_offset`, per the input arguments of function `_enqueue_copy_buffer` in `pyopencl/cffi_cl.py`, on line 1330. 
## Description I know this could be me, but I had a hard time in understanding the form of input matrix, to which a LU decomposition is performed. I failed...