dmccloskey / EvoNet

MIT License
2 stars 0 forks source link

GPU kernals for Convolution with Prod, Max, Count, Mean, ModVar accumulation functions #86

Closed dmccloskey closed 5 years ago

dmccloskey commented 5 years ago

Description

The current Eigen Convolution method uses a Sum accumulation function. In order to support Prod, Max, Count, Mean, ModVar accumulation functions, additional Convolution kernal GPU methods would need to be added