You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
implement CPU only convolution (2d)
test CPU only convolution
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: