MagmaDNN / magmadnn

MagmaDNN: a simple deep learning framework in c++
MIT License
45 stars 7 forks source link

[FEATURE REQUEST] CPU-only convolutions #11

Open Dando18 opened 5 years ago

Dando18 commented 5 years ago

Is your feature request related to a problem? Please describe. Currently MagmaDNN convolutions are only supported on the GPU. This disallows any testing of networks on CPU only installs.

Describe the solution you'd like A working implementation of CPU-only convolutions (2D) for MagmDNN. Not necessarily optimized (perhaps use MKL if available), but functional.

Todo: