nest / nest-gpu

NEST GPU
https://nest-gpu.readthedocs.io
GNU General Public License v2.0
18 stars 12 forks source link

Better nested loop algoritm and kernel settings for NEST GPU #91

Closed gmtiddia closed 10 months ago

gmtiddia commented 10 months ago

I moved the nested loop algorithm parameters in the sim_params.py file, setting the default to 0. I updated the documentation for running the model, especially for benchmarking.

Regarding PR #90, I added in the documentation some details on "remove_conn_key" key of the NEST GPU kernel and added a control to avoid raising an error for older versions of NEST GPU.

I've also made general improvements to the model documentation.