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

Add occlusion layers #293

Closed jakespringer closed 4 years ago

jakespringer commented 5 years ago

A note: My OccludingGSynAccumulator is implemented to run on the GPU and I believe that it would benefit greatly from running there. However, in order to run on the GPU, we need to implement GPU support for HyPerActivityBuffer.

peteschultz commented 4 years ago

This pull request has been withdrawn. The branch is still useful but not ready to be merged into develop or master yet.