ArrayFire-Nim icon indicating copy to clipboard operation
ArrayFire-Nim copied to clipboard

Collaborate ?

Open Clonkk opened this issue 1 year ago • 2 comments

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.

Clonkk avatar Dec 18 '23 09:12 Clonkk

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

Byperion avatar Jul 03 '24 01:07 Byperion

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 :)

Clonkk avatar Jul 03 '24 09:07 Clonkk

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 avatar Oct 18 '24 18:10 bitstormFA

@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 :)

Clonkk avatar Oct 21 '24 08:10 Clonkk