Faster and Simpler SNN Simulation with Work Queues

Published in IJCNN, 2020

  1. Full citation

    Bautembach, D., Oikonomidis, I., Kyriazis, N., & Argyros, A. (2020). Faster and Simpler SNN Simulation with Work Queues. IJCNN.

    Abstract

    We present a clock-driven Spiking Neural Network simulator which is up to 3x faster than the state of the art while, at the same time, being more general and requiring less programming effort on both the user’s and maintainer’s side. This is made possible by designing our pipeline around "work queues" which act as interfaces between stages and greatly reduce implementation complexity. We evaluate our work using three well-established SNN models on a series of benchmarks.

    Presentation video

    Code

    The code can be found here.

    Further reading

    Have a look at Dennis’ (primary author) home page for more information.