2.1.0 release
Compatible with Nengo 3.1.0
Added
- Added
remove_zero_incs
andremove_unmodified_resets
simplifications for the operator list. These are enabled by default, and remove unnecessary operators (e.g. that are multiplying by zero and adding that to a signal). This increases both build speed and run speed. These simplifications can be disabled by modifyingnengo_ocl.operators.simplifications
. (#183)
Changed