PetaVision / OpenPV

PetaVision is a C++ library for designing and deploying large-scale neurally-inspired computational models.
http://petavision.github.io
Eclipse Public License 1.0
40 stars 13 forks source link

ResetStateOnTrigger now works with updateGPU=true #298

Closed peteschultz closed 5 years ago

peteschultz commented 5 years ago

This pull request fixes a bug where the data from the triggerResetLayer was not getting copied to the CUDA buffer. It also adds a second params file, ResetStateOnTriggerGPU.params, to ResetStateOnTriggerTest, to test the ResetStateOnTrigger functionality when using GPUs.