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

Gpu delivery tweaks #273

Closed peteschultz closed 5 years ago

peteschultz commented 5 years ago

This pull request fixes a bug in GPUSystemTest_postTestNoTranspose, where gpuConn had receiveGpu set to false when it should be true.

It also rewords HyPerDelivery::ioParam_receiveGpu to eliminate an unnecessary warning.