mn416/QPULib

Question: Processing larger vectors

Closed this issue · 1 comments

I would like to see an example where I have f.i. :

SharedArray<float> values(1024);

and process that with N QPUs. I plan to do time domain FIR with this.

Ok, I think I got it now :)