hughperkins / DeepCL

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

opencl 1.1? #151

Open ghost opened 5 years ago

ghost commented 5 years ago

Is there an option for building on opencl 1.1 device, or does it only support 1.2? Some tests and things are failing because my device only has 1.1 (something about can't make something static). I also have the distro-cl and that works very nicely on opencl 1.1 device, so I can use that if DeepCL doesn't support 1.1. Thank you for your help.