Wei Tian

Results 3 issues of 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. ![image](https://user-images.githubusercontent.com/40006544/121547549-3be74d80-c9da-11eb-9190-dc1985068ebb.png)

## 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...