Denis Alevi

Results 101 comments of Denis Alevi

Or just hard-code that `prefs.devices.cuda_standalone` and `prefs.devices.genn` are excluded from the check and let the packages handle checking those preference in preference files? Probably the easiest solution. And adding any...

I have no strong opinion on the coding style itself. I would just really like some kind of consistency in brian2cuda, which I'm missing entirely at this point. And if...

Yeah, maybe really not important. Feel free to close this again. I was just a bit confused because the cuRAND host API fails for `lambda

Since opening this issue, we discussed this with @mstimberg elsewhere. Just a little update here. @Edinburgher will work on a first implementation of this for his Bachelor thesis. We discussed...

I just looked into the astrocyte examples and my question 3 is answered: `Synapses` object can be sources of `SynapticPathways`. OK.

Found the `xi_` documented. And very prominently... Don't know why I didn't see it. So forget about my 2. point :)

Ah wait, if we don't add timers before and after `network.run()` in the generated code, we can't separate Initialization and Finalization. But that wouldn't matter I guess, would look like...

Good idea. Could even add profiling of before/after codeobjects that run outside the clock as detailed summary of the init/finalization timer (e.g. synapse generation of all synapse objects). What would...

Either your btrfs top volume is not mounted at `/mnt/btr_pool` and/or you didn't create the snapshot directory `btrbk_snapshots` (it is not created by `btrbk`, you need to create it, see...

I would also love to have this. I would assume its rather easy to implement given that "Get file from tablet" is already implemented? I haven't worked with Java yet...