hughperkins / DeepCL

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

sample C++ qlearning clBLAS error #115

Open yunicz opened 7 years ago

yunicz commented 7 years ago

Hey, I am trying to run the sample C++ qlearning scenario and always get error when I try to run the program. It says Didnt initialize clBLAS. Any ideas whats wrong with this?

yunicz commented 7 years ago

nvm, it seems like it works if I use your cmake a integrate my experiements as part of DeepCL, but it would be nice to provide some standalone cmake or Makefile so that it's easier to use this lib