Denis Alevi
Denis Alevi
Ah yes, now I understand. You are right. As it is right now, there would be no difference between the two cases you show above. In fact, for both cases,...
```python syn = Synapses(...) syn.delay = 'j*ms' run(...) syn.delay = '1*ms' run(...) ``` Here, the delays will be heterogeneous during the first and homogeneous during the second run. The homogeneous...
I added a bunch of review comments. As you fix them (and push them), feel free to "Resolve conversation"
Also see #33
Try disabling loop invariant optimizations. They make sense for C++, where constants used for all indices of a loop are precomputed once in order to reduce computation time in the...
I can't reproduce this bug anymore and there are no more monitor tests failing in the test suite. Closing.
Looks like this bug is still around, but only becomes apparent for large enough recordings. Because of warp-level SIMT, `atomicAdd` during thresholding will lead to neuron IDs being sorted if...
Done for publication, see paper2022 tag
Actually, the examples are currently very cluttered to allow command line arguments. Maybe move those examples into a separate `from_paper` folder and have simpler examples without command lines? For new...
Same for bundle groups and bundles (I think we don't store it for bundles?)