hughperkins / DeepCL

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

Multiple CPU/APU/GPU examples #42

Closed bkmgit closed 8 years ago

bkmgit commented 8 years ago

Do you have any examples with multiple CPU/APU/GPU?

hughperkins commented 8 years ago

No, haven't tried.

hughperkins commented 8 years ago

(but what I would probably do, if it was me, would be try mpi first. It might not be the most efficient way, but it will get it working, with minimal dev required, and then can improve it later)