Dinesh Kumar

Results 5 comments of Dinesh Kumar

I am trying to create a afnumpy array from C as a return object. I have to create arrayfire array before I can do this. I would be nicer, if...

Thanks a lot.

Hi Filipe, Thanks a lot. I like that you put the "buffer_type" as the last argument. regards --dinesh On Sat, Apr 2, 2016 at 1:32 PM, Filipe Maia [email protected] wrote:...

Hi Filipe, I am working on C-API for Afnumpy. I am returning afnumpy array constructed using the ``` afnumpy.ndarray(shape, buffer=ptr buffer_type='cuda') ``` arguments, with buffer being allocated inside the C-code....

I can understand the usefulness of increasing the reference count. Unfortunately, it is causing lots of problem for us. Since the af_array created the constructor has no external reference, there...