ArrayFire-Nim
ArrayFire-Nim copied to clipboard
Collaborate ?
Hi @bitstormFA ,
Last time, I checked your repo it was archived so in the meantime I forked it here https://github.com/SciNim/Arrayfire-Nim to keep the bindings but also build a higher level API on top of the C++ one.
I don't know your plan for this repo, but how would you feel to collaborate instead of splitting effort on the same project ?
How we proceed is up to you, we can keep your repo as base or move it to the SciNim org (and make you a member, we're always happy to have more people ;) ) or the other way around . Either is fine with me.
The idea is to create a type
type
AFTensor*[T] = object
array*: AFArray
dtype*: Dtype
to act as a generic tensor type with a bunch of "trampoline" function.
Hello @bitstormFA and @Clonkk,
Are there any updates here? I noticed the changes made on the fork at SciNim, and was curious if plans are to continue work there or here?
Thanks
I never got an answer from @bitstormFA so nothing new :). I understand if he wants to keep his own version
My plan for the Scinim fork was to add a higher-level layer so we can write more idiomatic code instead of raw bindings. I didn't have as much time as I hoped these last few months so I haven't made too much progress sadly :)
Hi - I'm very sorry for responding with years of delay but I have simply missed the notification. I currently have no time to continue to work on this but if you want to continue / restart this work I will do my best to support you.
@bitstormFA As most OSS, it is dependent on our free time. I just meant that we should only have one repo to avoid confusion / duplication of work :)