nest / nest-gpu

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

Fixed templating issue after CUB fix #75

Closed JoseJVS closed 1 year ago

JoseJVS commented 1 year ago

After CUB fix, code was able to executed with CUDA 12.2, however under uncertain circumstances the templating of the MaxDelay functor was done incorrectly and CUDA errors were produced. With strict typing now the functor works properly during simulation.