Closed LiYuan-0709 closed 8 months ago
Hi @LiYuan-0709, could you please open a discussion thread on https://brian.discourse.group instead of this issue? This looks indeed very slow, but it might be simply be because of your model or the way your model is set up? Without any further details (about the model and your GPU) we cannot really look into this. From the numbers on the CPU, it seems you are running a very small network for a very long time? This would be the worst-case scenario for a GPU, it needs many neurons/synapses to simulate in parallel. See our paper for more details: https://www.frontiersin.org/articles/10.3389/fninf.2022.883700/full
Runing on CPU set_device('cpp_standalone')
Runing on GPU, set_device("cuda_standalone")