hughperkins / DeepCL

OpenCL library to train deep convolutional neural networks
Mozilla Public License 2.0
865 stars 199 forks source link

Feature request: Use NNPACK for CPUs #125

Closed merceyz closed 4 years ago

merceyz commented 6 years ago

On machines without a GPU it could be beneficial to use https://github.com/Maratyszcza/NNPACK to speed up computation wherever it's possible

hughperkins commented 6 years ago

Well... on the whole, my vision is that DeepCL targets only opencl, and does that well, rather than being very general. But I guess it's all good :-)