hughperkins / DeepCL

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

deepclrun: added Gpu device selection #20

Closed jmoudrik closed 9 years ago

jmoudrik commented 9 years ago

Hello!

First, let me thank you for the DeepCL project, I am also working on cnn in Go, so this is a great reference.

The fork / branch just adds the possibility to select which GPU device should be used when running deepclrun. While modifying the code, I noticed some "cog generated" parts of code around the changes, so you might want to check whether I did not break anything, if you choose to merge the code. ;-)

Thanks and kind regards, Josef