Pradeep Garigipati
Pradeep Garigipati
I wasn't not able to reproduce this in upstream. @royalstream @Oceania2018 Can one of you please verify if this is from the wrapper.
That is precisely the reason we provided helper API to create and manage the `af_index_t` structure without having to deal with it at the wrapper level. Please look at the...
Well, if it is always going to be sequences, yeah, no need to touch af_index_t structure. But to write a generic wrapper than can handle af_array for indexing, the wrapper...
Similar to the way as you said above. But again, I don't use OSX, @umar456 ?
@hurryupweredreaming This project is in a nascent stage and we haven't fully tested it on Windows yet. Please feel free to contribute.
Isn't this a better candidate for https://github.com/arrayfire/arrayfire-ml ?
That is true. As long as the implementation is basic/fundamental enough, we can do a function in arrayfire via `ml.h` header. My concern is, from the picture in original description,...