Robert Bielik
Robert Bielik
https://andreandersson.se/avanza/avanza.html#avanza.avanza.Avanza.get_instrument ??
I use that in conjunction with get_certificate_info to get hold of specific certificates.
Meanwhile I'll follow the suggestion to have a publish/subscribe proxy.
Unfortunately not.
Ok, I see that it is "half done". The parameter passing code is there in Kernel.h, but the associated mkArg is not, resulting in a linking error. Would really appreciate...
@mn416 thoughts on this ?
> As you say, it looks like (1) is half done. You could try adding > > ```c++ > template inline Ptr mkArg< Ptr >() { > Ptr x; >...
> Correction, I think it's: > > ```c++ > T* getPointer() { > return (T*) (address*4); > } > ``` You mean the same impl as for getAddress() ?
Ok, that seems to work in the emulator! Tonight I'll be able to try on the Pi zero.
Hmm... I seem to get a crash when doing gather/receive, my test kernel accumulates input vectors into an output vector: ``` #define USE_GATHER_RECEIVE 1 void gpu_test(Int num_inputs, Int inputs_length, Ptr...