fjarri/reikna

Feature Request: Make `Array` initializable with `pycuda.gpuarray.GPUArray`

themightyoarfish opened this issue · 2 comments

I think this would be useful. If I have some GPUArrays in hand and want to throw them into reikna, there's currently no obvious way to do it (besides maybe moving over all the properties?).

Actually, throwing GPUArrays into reikna should just work (at least, that was the intention), as long as they belong to the same context as the compiled kernel/computation, of course. Are you experiencing any problems when doing that?

Ok, if there are any problems, feel free to reopen the issue.