Results 33 comments of Thomas Nowotny

1. load dd_remapXX[...] into a register by default. 2. But more generally, introduce an annotation "readonly XXX YYY" e.g. ``readonly scalar x;`` for variables. Those would not be written back...

I think non-reproducible runs are acceptable but if possible we should attach some warnings about it in several places. Even without the explicit breakage the RNG issue implemented with one...

Ok, folks, have run into this issue independently doing my own naive thing in pyGeNN. Maybe, when time allows, doing the per-thread RNG would still be a good thing?

This issue could be looked at in GSoC 2021 I think.

yes, exactly. The axonal ones are homogeneous and defined in the ```add_synapse_population``` command, the dendritic ones as described by Jamie above.

I find this slightly worrying but to fully understand, @denisalevi , do you have some generated code (from the GeNNWorkspace) for a failing example with exponential Euler so we can...

@denisalevi , yes, no need to paste code any more for now. We got there in the end ...

I think regarding the RNGs it is indeed a case of historic sequence. I see no reason not to use GeNN built-in RNGs. It would likely be more efficient. As...

Though we do not know yet whether we will be getting a student for it I am afraid. But we can always clean up ourselves if needed.

Yes, it looks like you are having problems with your CUDA installation. Have you checked whether CUDA us working in principle (e.g. by running an example from the CUDA toolkit)?...